[2024-07-17 09:24:18.591 -06:00] [DBG] [32] Microsoft.AspNetCore.Server.Kestrel: Config reload token fired. Checking for changes...
[2024-07-17 09:24:21.896 -06:00] [DBG] [32] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B2V"" accepted.
[2024-07-17 09:24:21.896 -06:00] [DBG] [32] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B2V"" started.
[2024-07-17 09:24:21.899 -06:00] [INF] [32] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:24:21.901 -06:00] [DBG] [32] Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware: Wildcard detected, all requests with hosts will be allowed.
[2024-07-17 09:24:21.901 -06:00] [DBG] [32] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:24:21.901 -06:00] [DBG] [32] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:24:21.901 -06:00] [DBG] [32] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:24:21.902 -06:00] [DBG] [32] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:24:21.902 -06:00] [DBG] [32] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:24:21.902 -06:00] [DBG] [32] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:24:21.905 -06:00] [DBG] [32] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:24:21.906 -06:00] [DBG] [32] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:24:21.908 -06:00] [INF] [32] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:24:21.911 -06:00] [DBG] [32] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:24:21.912 -06:00] [DBG] [64] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:24:21.914 -06:00] [DBG] [64] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:24:21.916 -06:00] [DBG] [64] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (1ms).
[2024-07-17 09:24:21.916 -06:00] [DBG] [64] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:24:21.917 -06:00] [DBG] [64] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:24:21.917 -06:00] [DBG] [64] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:24:21.921 -06:00] [DBG] [64] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:24:21.924 -06:00] [DBG] [64] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 9.8504ms with message 'null'
[2024-07-17 09:24:21.927 -06:00] [DBG] [64] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 16.4522ms
[2024-07-17 09:24:21.927 -06:00] [INF] [64] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:24:21.927 -06:00] [DBG] [64] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B2V"" completed keep alive response.
[2024-07-17 09:24:21.928 -06:00] [DBG] [32] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN554GFQ1B2V"" received FIN.
[2024-07-17 09:24:21.928 -06:00] [DBG] [32] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN554GFQ1B2V"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:24:21.928 -06:00] [DBG] [32] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B2V"" disconnecting.
[2024-07-17 09:24:21.929 -06:00] [INF] [64] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 31.5536ms
[2024-07-17 09:24:21.929 -06:00] [DBG] [64] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B2V"" stopped.
[2024-07-17 09:24:26.568 -06:00] [DBG] [64] Microsoft.Extensions.Http.DefaultHttpClientFactory: Starting HttpMessageHandler cleanup cycle with 1 items
[2024-07-17 09:24:26.570 -06:00] [DBG] [64] Microsoft.Extensions.Http.DefaultHttpClientFactory: Ending HttpMessageHandler cleanup cycle after 0.0016ms - processed: 0 items - remaining: 1 items
[2024-07-17 09:24:26.958 -06:00] [DBG] [64] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B30"" accepted.
[2024-07-17 09:24:26.958 -06:00] [DBG] [32] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B30"" started.
[2024-07-17 09:24:26.958 -06:00] [INF] [67] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:24:26.958 -06:00] [DBG] [67] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:24:26.958 -06:00] [DBG] [67] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:24:26.958 -06:00] [DBG] [67] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:24:26.958 -06:00] [DBG] [67] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:24:26.958 -06:00] [DBG] [67] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:24:26.958 -06:00] [DBG] [67] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:24:26.959 -06:00] [DBG] [67] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:24:26.959 -06:00] [DBG] [67] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:24:26.959 -06:00] [INF] [67] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:24:26.959 -06:00] [DBG] [67] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:24:26.960 -06:00] [DBG] [32] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:24:26.961 -06:00] [DBG] [32] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:24:26.961 -06:00] [DBG] [32] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:24:26.961 -06:00] [DBG] [32] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:24:26.961 -06:00] [DBG] [32] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:24:26.961 -06:00] [DBG] [32] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:24:26.961 -06:00] [DBG] [32] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:24:26.961 -06:00] [DBG] [32] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 0.6648ms with message 'null'
[2024-07-17 09:24:26.961 -06:00] [DBG] [32] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 2.3966ms
[2024-07-17 09:24:26.961 -06:00] [INF] [32] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:24:26.961 -06:00] [DBG] [32] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B30"" completed keep alive response.
[2024-07-17 09:24:26.962 -06:00] [INF] [32] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 3.2735ms
[2024-07-17 09:24:26.962 -06:00] [DBG] [64] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN554GFQ1B30"" received FIN.
[2024-07-17 09:24:26.962 -06:00] [DBG] [64] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B30"" disconnecting.
[2024-07-17 09:24:26.962 -06:00] [DBG] [64] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B30"" stopped.
[2024-07-17 09:24:26.962 -06:00] [DBG] [64] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN554GFQ1B30"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:24:31.992 -06:00] [DBG] [64] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B31"" accepted.
[2024-07-17 09:24:31.992 -06:00] [DBG] [32] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B31"" started.
[2024-07-17 09:24:31.992 -06:00] [INF] [32] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:24:31.992 -06:00] [DBG] [32] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:24:31.992 -06:00] [DBG] [32] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:24:31.992 -06:00] [DBG] [32] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:24:31.992 -06:00] [DBG] [32] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:24:31.992 -06:00] [DBG] [32] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:24:31.992 -06:00] [DBG] [32] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:24:31.992 -06:00] [DBG] [32] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:24:31.992 -06:00] [DBG] [32] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:24:31.992 -06:00] [INF] [32] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:24:31.992 -06:00] [DBG] [32] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:24:31.993 -06:00] [DBG] [32] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:24:31.993 -06:00] [DBG] [32] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:24:31.993 -06:00] [DBG] [32] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:24:31.993 -06:00] [DBG] [32] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:24:31.993 -06:00] [DBG] [32] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:24:31.993 -06:00] [DBG] [32] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:24:31.993 -06:00] [DBG] [32] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:24:31.993 -06:00] [DBG] [32] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 0.4355ms with message 'null'
[2024-07-17 09:24:31.993 -06:00] [DBG] [32] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 0.5404ms
[2024-07-17 09:24:31.993 -06:00] [INF] [32] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:24:31.993 -06:00] [DBG] [32] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B31"" completed keep alive response.
[2024-07-17 09:24:31.994 -06:00] [INF] [32] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 1.6419ms
[2024-07-17 09:24:31.994 -06:00] [DBG] [62] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN554GFQ1B31"" received FIN.
[2024-07-17 09:24:31.994 -06:00] [DBG] [62] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B31"" disconnecting.
[2024-07-17 09:24:31.994 -06:00] [DBG] [62] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B31"" stopped.
[2024-07-17 09:24:31.994 -06:00] [DBG] [62] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN554GFQ1B31"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:24:36.571 -06:00] [DBG] [67] Microsoft.Extensions.Http.DefaultHttpClientFactory: Starting HttpMessageHandler cleanup cycle with 1 items
[2024-07-17 09:24:36.571 -06:00] [DBG] [67] Microsoft.Extensions.Http.DefaultHttpClientFactory: Ending HttpMessageHandler cleanup cycle after 0.0011ms - processed: 0 items - remaining: 1 items
[2024-07-17 09:24:37.021 -06:00] [DBG] [67] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B32"" accepted.
[2024-07-17 09:24:37.021 -06:00] [DBG] [67] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B32"" started.
[2024-07-17 09:24:37.021 -06:00] [INF] [67] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:24:37.021 -06:00] [DBG] [67] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:24:37.021 -06:00] [DBG] [67] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:24:37.021 -06:00] [DBG] [67] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:24:37.021 -06:00] [DBG] [67] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:24:37.021 -06:00] [DBG] [67] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:24:37.021 -06:00] [DBG] [67] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:24:37.021 -06:00] [DBG] [67] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:24:37.021 -06:00] [DBG] [67] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:24:37.022 -06:00] [INF] [67] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:24:37.022 -06:00] [DBG] [67] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:24:37.022 -06:00] [DBG] [67] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:24:37.022 -06:00] [DBG] [67] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:24:37.022 -06:00] [DBG] [67] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:24:37.022 -06:00] [DBG] [67] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:24:37.022 -06:00] [DBG] [67] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:24:37.022 -06:00] [DBG] [67] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:24:37.022 -06:00] [DBG] [67] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:24:37.022 -06:00] [DBG] [67] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 0.3916ms with message 'null'
[2024-07-17 09:24:37.022 -06:00] [DBG] [67] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 0.4832ms
[2024-07-17 09:24:37.022 -06:00] [INF] [67] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:24:37.022 -06:00] [DBG] [67] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B32"" completed keep alive response.
[2024-07-17 09:24:37.022 -06:00] [INF] [67] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 1.1002ms
[2024-07-17 09:24:37.023 -06:00] [DBG] [62] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN554GFQ1B32"" received FIN.
[2024-07-17 09:24:37.023 -06:00] [DBG] [62] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B32"" disconnecting.
[2024-07-17 09:24:37.023 -06:00] [DBG] [62] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B32"" stopped.
[2024-07-17 09:24:37.023 -06:00] [DBG] [62] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN554GFQ1B32"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:24:42.048 -06:00] [DBG] [67] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B33"" accepted.
[2024-07-17 09:24:42.048 -06:00] [DBG] [67] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B33"" started.
[2024-07-17 09:24:42.048 -06:00] [INF] [67] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:24:42.048 -06:00] [DBG] [67] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:24:42.048 -06:00] [DBG] [67] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:24:42.048 -06:00] [DBG] [67] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:24:42.049 -06:00] [DBG] [67] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:24:42.049 -06:00] [DBG] [67] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:24:42.049 -06:00] [DBG] [67] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:24:42.049 -06:00] [DBG] [67] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:24:42.049 -06:00] [DBG] [67] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:24:42.049 -06:00] [INF] [67] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:24:42.049 -06:00] [DBG] [67] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:24:42.049 -06:00] [DBG] [62] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:24:42.049 -06:00] [DBG] [62] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:24:42.049 -06:00] [DBG] [62] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:24:42.050 -06:00] [DBG] [62] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:24:42.050 -06:00] [DBG] [62] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:24:42.050 -06:00] [DBG] [62] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:24:42.050 -06:00] [DBG] [62] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:24:42.050 -06:00] [DBG] [62] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 1.3014ms with message 'null'
[2024-07-17 09:24:42.050 -06:00] [DBG] [62] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 1.3862ms
[2024-07-17 09:24:42.051 -06:00] [INF] [62] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:24:42.051 -06:00] [DBG] [62] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B33"" completed keep alive response.
[2024-07-17 09:24:42.051 -06:00] [INF] [62] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 2.4386ms
[2024-07-17 09:24:42.052 -06:00] [DBG] [62] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN554GFQ1B33"" received FIN.
[2024-07-17 09:24:42.052 -06:00] [DBG] [62] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B33"" disconnecting.
[2024-07-17 09:24:42.052 -06:00] [DBG] [32] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN554GFQ1B33"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:24:42.053 -06:00] [DBG] [62] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B33"" stopped.
[2024-07-17 09:24:46.570 -06:00] [DBG] [62] Microsoft.Extensions.Http.DefaultHttpClientFactory: Starting HttpMessageHandler cleanup cycle with 1 items
[2024-07-17 09:24:46.570 -06:00] [DBG] [62] Microsoft.Extensions.Http.DefaultHttpClientFactory: Ending HttpMessageHandler cleanup cycle after 0.0013ms - processed: 0 items - remaining: 1 items
[2024-07-17 09:24:47.079 -06:00] [DBG] [62] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B34"" accepted.
[2024-07-17 09:24:47.079 -06:00] [DBG] [62] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B34"" started.
[2024-07-17 09:24:47.080 -06:00] [INF] [67] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:24:47.080 -06:00] [DBG] [67] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:24:47.080 -06:00] [DBG] [67] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:24:47.080 -06:00] [DBG] [67] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:24:47.080 -06:00] [DBG] [67] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:24:47.080 -06:00] [DBG] [67] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:24:47.080 -06:00] [DBG] [67] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:24:47.080 -06:00] [DBG] [67] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:24:47.080 -06:00] [DBG] [67] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:24:47.080 -06:00] [INF] [67] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:24:47.080 -06:00] [DBG] [67] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:24:47.080 -06:00] [DBG] [62] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:24:47.080 -06:00] [DBG] [62] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:24:47.080 -06:00] [DBG] [62] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:24:47.080 -06:00] [DBG] [62] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:24:47.080 -06:00] [DBG] [62] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:24:47.080 -06:00] [DBG] [62] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:24:47.080 -06:00] [DBG] [62] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:24:47.080 -06:00] [DBG] [62] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 0.474ms with message 'null'
[2024-07-17 09:24:47.080 -06:00] [DBG] [62] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 0.5852ms
[2024-07-17 09:24:47.080 -06:00] [INF] [62] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:24:47.081 -06:00] [DBG] [62] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B34"" completed keep alive response.
[2024-07-17 09:24:47.081 -06:00] [INF] [62] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 0.9953ms
[2024-07-17 09:24:47.082 -06:00] [DBG] [62] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN554GFQ1B34"" received FIN.
[2024-07-17 09:24:47.082 -06:00] [DBG] [32] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B34"" disconnecting.
[2024-07-17 09:24:47.082 -06:00] [DBG] [32] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B34"" stopped.
[2024-07-17 09:24:47.082 -06:00] [DBG] [32] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN554GFQ1B34"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:24:52.113 -06:00] [DBG] [62] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B35"" accepted.
[2024-07-17 09:24:52.113 -06:00] [DBG] [62] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B35"" started.
[2024-07-17 09:24:52.113 -06:00] [INF] [32] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:24:52.113 -06:00] [DBG] [32] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:24:52.113 -06:00] [DBG] [32] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:24:52.113 -06:00] [DBG] [32] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:24:52.113 -06:00] [DBG] [32] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:24:52.113 -06:00] [DBG] [32] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:24:52.113 -06:00] [DBG] [32] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:24:52.113 -06:00] [DBG] [32] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:24:52.113 -06:00] [DBG] [32] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:24:52.113 -06:00] [INF] [32] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:24:52.113 -06:00] [DBG] [32] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:24:52.113 -06:00] [DBG] [32] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:24:52.114 -06:00] [DBG] [32] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:24:52.114 -06:00] [DBG] [32] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:24:52.114 -06:00] [DBG] [32] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:24:52.114 -06:00] [DBG] [32] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:24:52.114 -06:00] [DBG] [32] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:24:52.114 -06:00] [DBG] [32] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:24:52.114 -06:00] [DBG] [32] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 0.3957ms with message 'null'
[2024-07-17 09:24:52.114 -06:00] [DBG] [32] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 0.4824ms
[2024-07-17 09:24:52.114 -06:00] [INF] [32] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:24:52.114 -06:00] [DBG] [32] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B35"" completed keep alive response.
[2024-07-17 09:24:52.114 -06:00] [INF] [32] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 1.0726ms
[2024-07-17 09:24:52.114 -06:00] [DBG] [64] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN554GFQ1B35"" received FIN.
[2024-07-17 09:24:52.115 -06:00] [DBG] [64] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B35"" disconnecting.
[2024-07-17 09:24:52.115 -06:00] [DBG] [64] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B35"" stopped.
[2024-07-17 09:24:52.115 -06:00] [DBG] [64] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN554GFQ1B35"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:24:56.571 -06:00] [DBG] [64] Microsoft.Extensions.Http.DefaultHttpClientFactory: Starting HttpMessageHandler cleanup cycle with 1 items
[2024-07-17 09:24:56.571 -06:00] [DBG] [64] Microsoft.Extensions.Http.DefaultHttpClientFactory: Ending HttpMessageHandler cleanup cycle after 0.0013ms - processed: 0 items - remaining: 1 items
[2024-07-17 09:24:57.140 -06:00] [DBG] [64] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B36"" accepted.
[2024-07-17 09:24:57.140 -06:00] [DBG] [67] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B36"" started.
[2024-07-17 09:24:57.141 -06:00] [INF] [67] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:24:57.141 -06:00] [DBG] [67] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:24:57.141 -06:00] [DBG] [67] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:24:57.141 -06:00] [DBG] [67] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:24:57.141 -06:00] [DBG] [67] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:24:57.141 -06:00] [DBG] [67] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:24:57.141 -06:00] [DBG] [67] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:24:57.141 -06:00] [DBG] [67] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:24:57.141 -06:00] [DBG] [67] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:24:57.141 -06:00] [INF] [67] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:24:57.141 -06:00] [DBG] [67] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:24:57.141 -06:00] [DBG] [62] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:24:57.141 -06:00] [DBG] [62] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:24:57.141 -06:00] [DBG] [62] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:24:57.141 -06:00] [DBG] [62] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:24:57.141 -06:00] [DBG] [62] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:24:57.141 -06:00] [DBG] [62] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:24:57.141 -06:00] [DBG] [62] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:24:57.141 -06:00] [DBG] [62] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 0.6058ms with message 'null'
[2024-07-17 09:24:57.142 -06:00] [DBG] [62] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 0.7574ms
[2024-07-17 09:24:57.142 -06:00] [INF] [62] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:24:57.142 -06:00] [DBG] [62] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B36"" completed keep alive response.
[2024-07-17 09:24:57.142 -06:00] [INF] [62] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 1.2385ms
[2024-07-17 09:24:57.142 -06:00] [DBG] [62] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN554GFQ1B36"" received FIN.
[2024-07-17 09:24:57.143 -06:00] [DBG] [67] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN554GFQ1B36"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:24:57.143 -06:00] [DBG] [67] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B36"" disconnecting.
[2024-07-17 09:24:57.143 -06:00] [DBG] [62] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B36"" stopped.
[2024-07-17 09:25:02.169 -06:00] [DBG] [64] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B37"" accepted.
[2024-07-17 09:25:02.169 -06:00] [DBG] [64] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B37"" started.
[2024-07-17 09:25:02.169 -06:00] [INF] [67] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:25:02.169 -06:00] [DBG] [67] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:25:02.169 -06:00] [DBG] [67] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:25:02.169 -06:00] [DBG] [67] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:25:02.169 -06:00] [DBG] [67] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:25:02.169 -06:00] [DBG] [67] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:25:02.169 -06:00] [DBG] [67] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:25:02.170 -06:00] [DBG] [67] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:25:02.170 -06:00] [DBG] [67] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:25:02.170 -06:00] [INF] [67] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:25:02.170 -06:00] [DBG] [67] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:25:02.170 -06:00] [DBG] [64] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:25:02.170 -06:00] [DBG] [64] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:25:02.171 -06:00] [DBG] [64] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:25:02.171 -06:00] [DBG] [64] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:25:02.171 -06:00] [DBG] [64] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:25:02.171 -06:00] [DBG] [64] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:25:02.171 -06:00] [DBG] [64] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:25:02.171 -06:00] [DBG] [64] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 0.4899ms with message 'null'
[2024-07-17 09:25:02.171 -06:00] [DBG] [64] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 0.9833ms
[2024-07-17 09:25:02.171 -06:00] [INF] [64] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:25:02.171 -06:00] [DBG] [64] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B37"" completed keep alive response.
[2024-07-17 09:25:02.171 -06:00] [INF] [64] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 1.842ms
[2024-07-17 09:25:02.172 -06:00] [DBG] [64] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN554GFQ1B37"" received FIN.
[2024-07-17 09:25:02.172 -06:00] [DBG] [64] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B37"" disconnecting.
[2024-07-17 09:25:02.172 -06:00] [DBG] [64] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B37"" stopped.
[2024-07-17 09:25:02.172 -06:00] [DBG] [64] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN554GFQ1B37"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:25:06.571 -06:00] [DBG] [64] Microsoft.Extensions.Http.DefaultHttpClientFactory: Starting HttpMessageHandler cleanup cycle with 1 items
[2024-07-17 09:25:06.572 -06:00] [DBG] [64] Microsoft.Extensions.Http.DefaultHttpClientFactory: Ending HttpMessageHandler cleanup cycle after 0.0013ms - processed: 0 items - remaining: 1 items
[2024-07-17 09:25:07.198 -06:00] [DBG] [64] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B38"" accepted.
[2024-07-17 09:25:07.198 -06:00] [DBG] [67] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B38"" started.
[2024-07-17 09:25:07.198 -06:00] [INF] [67] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:25:07.198 -06:00] [DBG] [67] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:25:07.198 -06:00] [DBG] [67] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:25:07.198 -06:00] [DBG] [67] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:25:07.198 -06:00] [DBG] [67] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:25:07.198 -06:00] [DBG] [67] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:25:07.198 -06:00] [DBG] [67] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:25:07.198 -06:00] [DBG] [67] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:25:07.198 -06:00] [DBG] [67] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:25:07.198 -06:00] [INF] [67] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:25:07.198 -06:00] [DBG] [67] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:25:07.198 -06:00] [DBG] [67] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:25:07.198 -06:00] [DBG] [67] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:25:07.198 -06:00] [DBG] [67] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:25:07.198 -06:00] [DBG] [67] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:25:07.198 -06:00] [DBG] [67] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:25:07.198 -06:00] [DBG] [67] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:25:07.198 -06:00] [DBG] [67] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:25:07.198 -06:00] [DBG] [67] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 0.3923ms with message 'null'
[2024-07-17 09:25:07.199 -06:00] [DBG] [67] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 0.5321ms
[2024-07-17 09:25:07.199 -06:00] [INF] [67] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:25:07.199 -06:00] [DBG] [67] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B38"" completed keep alive response.
[2024-07-17 09:25:07.199 -06:00] [INF] [67] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 0.8965ms
[2024-07-17 09:25:07.199 -06:00] [DBG] [62] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN554GFQ1B38"" received FIN.
[2024-07-17 09:25:07.199 -06:00] [DBG] [62] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B38"" disconnecting.
[2024-07-17 09:25:07.199 -06:00] [DBG] [62] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B38"" stopped.
[2024-07-17 09:25:07.199 -06:00] [DBG] [62] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN554GFQ1B38"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:25:12.225 -06:00] [DBG] [67] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B39"" accepted.
[2024-07-17 09:25:12.225 -06:00] [DBG] [32] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B39"" started.
[2024-07-17 09:25:12.225 -06:00] [INF] [62] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:25:12.225 -06:00] [DBG] [62] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:25:12.225 -06:00] [DBG] [62] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:25:12.225 -06:00] [DBG] [62] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:25:12.225 -06:00] [DBG] [62] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:25:12.225 -06:00] [DBG] [62] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:25:12.225 -06:00] [DBG] [62] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:25:12.225 -06:00] [DBG] [62] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:25:12.225 -06:00] [DBG] [62] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:25:12.225 -06:00] [INF] [62] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:25:12.225 -06:00] [DBG] [62] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:25:12.225 -06:00] [DBG] [67] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:25:12.225 -06:00] [DBG] [67] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:25:12.226 -06:00] [DBG] [67] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:25:12.226 -06:00] [DBG] [67] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:25:12.226 -06:00] [DBG] [67] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:25:12.226 -06:00] [DBG] [67] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:25:12.226 -06:00] [DBG] [67] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:25:12.227 -06:00] [DBG] [67] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 1.3189ms with message 'null'
[2024-07-17 09:25:12.227 -06:00] [DBG] [67] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 1.422ms
[2024-07-17 09:25:12.227 -06:00] [INF] [67] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:25:12.227 -06:00] [DBG] [67] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B39"" completed keep alive response.
[2024-07-17 09:25:12.227 -06:00] [INF] [67] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 1.9501ms
[2024-07-17 09:25:12.228 -06:00] [DBG] [67] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN554GFQ1B39"" received FIN.
[2024-07-17 09:25:12.228 -06:00] [DBG] [62] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B39"" disconnecting.
[2024-07-17 09:25:12.229 -06:00] [DBG] [62] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN554GFQ1B39"" stopped.
[2024-07-17 09:25:12.229 -06:00] [DBG] [67] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN554GFQ1B39"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:25:12.644 -06:00] [INF] [42] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications
[2024-07-17 09:25:12.645 -06:00] [INF] [42] Microsoft.Hosting.Lifetime: Application is shutting down...
[2024-07-17 09:25:12.646 -06:00] [DBG] [62] Microsoft.Extensions.Hosting.Internal.Host: Hosting stopping
[2024-07-17 09:25:12.647 -06:00] [INF] [62] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery
[2024-07-17 09:25:12.648 -06:00] [DBG] [62] Jellyfin.Networking.AutoDiscoveryHost: Broadcast socket operation cancelled
[2024-07-17 09:25:12.649 -06:00] [DBG] [62] Microsoft.Extensions.Hosting.Internal.Host: Hosting stopped
[2024-07-17 09:25:12.649 -06:00] [INF] [62] Main: Running query planner optimizations in the database... This might take a while
[2024-07-17 09:25:12.651 -06:00] [DBG] [62] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteNonQuery"'.
[2024-07-17 09:25:12.654 -06:00] [DBG] [62] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteNonQuery"' (1ms).
[2024-07-17 09:25:12.654 -06:00] [DBG] [62] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteNonQuery"' (4ms).
[2024-07-17 09:25:12.654 -06:00] [DBG] [62] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:25:12.654 -06:00] [DBG] [62] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:25:12.664 -06:00] [DBG] [62] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""PRAGMA optimize"
[2024-07-17 09:25:12.672 -06:00] [INF] [62] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("14"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""PRAGMA optimize"
[2024-07-17 09:25:12.673 -06:00] [DBG] [62] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:25:12.673 -06:00] [DBG] [62] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:25:12.674 -06:00] [DBG] [67] Jellyfin.Api.WebSocketListeners.SessionInfoWebSocketListener: WS "172.30.32.2" stop transmitting to "SessionInfoWebSocketListener"
[2024-07-17 09:25:12.674 -06:00] [DBG] [64] Jellyfin.Api.WebSocketListeners.ScheduledTasksWebSocketListener: WS "172.30.32.2" stop transmitting to "ScheduledTasksWebSocketListener"
[2024-07-17 09:25:12.674 -06:00] [DBG] [64] Jellyfin.Api.WebSocketListeners.ScheduledTasksWebSocketListener: WS "172.30.32.2" stop transmitting to "ScheduledTasksWebSocketListener"
[2024-07-17 09:25:12.675 -06:00] [DBG] [64] Jellyfin.Api.WebSocketListeners.ActivityLogWebSocketListener: WS "10.42.1.61" stop transmitting to "ActivityLogWebSocketListener"
[2024-07-17 09:25:12.675 -06:00] [DBG] [64] Jellyfin.Api.WebSocketListeners.ActivityLogWebSocketListener: WS "10.42.1.61" stop transmitting to "ActivityLogWebSocketListener"
[2024-07-17 09:25:12.675 -06:00] [DBG] [64] Jellyfin.Api.WebSocketListeners.ActivityLogWebSocketListener: WS "172.30.32.2" stop transmitting to "ActivityLogWebSocketListener"
[2024-07-17 09:25:12.675 -06:00] [DBG] [64] Jellyfin.Api.WebSocketListeners.ActivityLogWebSocketListener: WS "172.30.32.2" stop transmitting to "ActivityLogWebSocketListener"
[2024-07-17 09:25:12.676 -06:00] [INF] [64] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/mnt/Lyre/Video/Other"
[2024-07-17 09:25:12.676 -06:00] [INF] [64] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/LYRE/Audio"
[2024-07-17 09:25:12.677 -06:00] [INF] [64] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/mnt/Lyre/Video/TV"
[2024-07-17 09:25:12.677 -06:00] [INF] [64] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/mnt/Lyre/Video/Movies"
[2024-07-17 09:25:12.677 -06:00] [INF] [64] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/config/addons_config/jellyfin/data/data/collections"
[2024-07-17 09:25:12.689 -06:00] [INF] [62] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
[2024-07-17 09:25:12.689 -06:00] [INF] [62] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
[2024-07-17 09:25:12.689 -06:00] [INF] [62] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
[2024-07-17 09:25:12.690 -06:00] [INF] [62] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
[2024-07-17 09:25:58.214 -06:00] [INF] [1] Main: Jellyfin version: "10.9.7"
[2024-07-17 09:25:58.265 -06:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_DATA_DIR, /config/addons_config/jellyfin/data]", "[JELLYFIN_CONFIG_DIR, /config/addons_config/jellyfin]", "[JELLYFIN_LOG_DIR, /config/addons_config/jellyfin/log]", "[JELLYFIN_CACHE_DIR, /config/addons_config/jellyfin/cache]", "[JELLYFIN_WEB_DIR, /config/addons_config/jellyfin/web]"]
[2024-07-17 09:25:58.269 -06:00] [INF] [1] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
[2024-07-17 09:25:58.270 -06:00] [INF] [1] Main: Operating system: "Ubuntu 22.04.4 LTS"
[2024-07-17 09:25:58.270 -06:00] [INF] [1] Main: Architecture: X64
[2024-07-17 09:25:58.272 -06:00] [INF] [1] Main: 64-Bit Process: True
[2024-07-17 09:25:58.272 -06:00] [INF] [1] Main: User Interactive: True
[2024-07-17 09:25:58.272 -06:00] [INF] [1] Main: Processor count: 4
[2024-07-17 09:25:58.272 -06:00] [INF] [1] Main: Program data path: "/config/addons_config/jellyfin/data"
[2024-07-17 09:25:58.273 -06:00] [INF] [1] Main: Log directory path: "/config/addons_config/jellyfin/log"
[2024-07-17 09:25:58.273 -06:00] [INF] [1] Main: Config directory path: "/config/addons_config/jellyfin"
[2024-07-17 09:25:58.274 -06:00] [INF] [1] Main: Cache path: "/config/addons_config/jellyfin/cache"
[2024-07-17 09:25:58.274 -06:00] [INF] [1] Main: Web resources path: "/config/addons_config/jellyfin/web"
[2024-07-17 09:25:58.274 -06:00] [INF] [1] Main: Application directory: "/usr/lib/jellyfin/bin/"
[2024-07-17 09:25:58.451 -06:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration '"CreateNetworkConfiguration"' since it is already applied
[2024-07-17 09:25:58.451 -06:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration '"MigrateMusicBrainzTimeout"' since it is already applied
[2024-07-17 09:25:58.451 -06:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration '"MigrateNetworkConfiguration"' since it is already applied
[2024-07-17 09:25:58.479 -06:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/config/addons_config/jellyfin/cache"
[2024-07-17 09:25:58.810 -06:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[2024-07-17 09:25:58.835 -06:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Bookshelf, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/addons_config/jellyfin/data/plugins/Bookshelf_11.0.0.0/Jellyfin.Plugin.Bookshelf.dll"
[2024-07-17 09:25:58.838 -06:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.OpenSubtitles, Version=20.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/addons_config/jellyfin/data/plugins/Open Subtitles_20.0.0.0/Jellyfin.Plugin.OpenSubtitles.dll"
[2024-07-17 09:25:58.839 -06:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.TMDbBoxSets, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/addons_config/jellyfin/data/plugins/TMDb Box Sets_11.0.0.0/Jellyfin.Plugin.TMDbBoxSets.dll"
[2024-07-17 09:25:58.872 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Common.Providers.SubtitleConfigurationFactory"
[2024-07-17 09:25:58.873 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Common.Net.NetworkConfigurationFactory"
[2024-07-17 09:25:58.873 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Controller.Library.MetadataConfigurationStore"
[2024-07-17 09:25:58.873 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Branding.BrandingConfigurationFactory"
[2024-07-17 09:25:58.873 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.MediaEncoding.Configuration.EncodingConfigurationFactory"
[2024-07-17 09:25:58.874 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.XbmcMetadata.Configuration.NfoConfigurationFactory"
[2024-07-17 09:25:58.874 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Jellyfin.Server.Migrations.MigrationsFactory"
[2024-07-17 09:25:58.874 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Jellyfin.LiveTv.Configuration.LiveTvConfigurationFactory"
[2024-07-17 09:25:58.913 -06:00] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Refreshing LAN information.
[2024-07-17 09:25:58.913 -06:00] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN interface addresses as user provided no LAN details.
[2024-07-17 09:25:58.918 -06:00] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Refreshing interfaces.
[2024-07-17 09:25:58.966 -06:00] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Discovered 4 interfaces.
[2024-07-17 09:25:58.972 -06:00] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Interfaces addresses: ["127.0.0.1", "10.42.0.10", "172.30.32.1", "172.30.232.1"]
[2024-07-17 09:25:58.976 -06:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[2024-07-17 09:25:58.976 -06:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[2024-07-17 09:25:58.977 -06:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[2024-07-17 09:25:58.977 -06:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "10.42.0.10", "172.30.32.1", "172.30.232.1"]
[2024-07-17 09:25:58.978 -06:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
[2024-07-17 09:25:58.978 -06:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
[2024-07-17 09:25:58.978 -06:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: ["10.0.0.0/8"]
[2024-07-17 09:25:59.143 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Found API endpoints in plugin "Jellyfin.Plugin.OpenSubtitles, Version=20.0.0.0, Culture=neutral, PublicKeyToken=null"
[2024-07-17 09:25:59.144 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Found API endpoints in plugin "Jellyfin.Plugin.TMDbBoxSets, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null"
[2024-07-17 09:25:59.144 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Found API endpoints in plugin "MediaBrowser.Providers, Version=10.9.7.0, Culture=neutral, PublicKeyToken=null"
[2024-07-17 09:25:59.325 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Infrastructure: An 'IServiceProvider' was created for internal use by Entity Framework.
[2024-07-17 09:25:59.841 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Model: The index "{'UserId'}" was not created on entity type '"DisplayPreferences"' as the properties are already covered by the index "{'UserId', 'ItemId', 'Client'}".
[2024-07-17 09:25:59.842 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Model: The index "{'UserId'}" was not created on entity type '"Permission"' as the properties are already covered by the index "{'UserId', 'Kind'}".
[2024-07-17 09:25:59.842 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Model: The index "{'UserId'}" was not created on entity type '"Preference"' as the properties are already covered by the index "{'UserId', 'Kind'}".
[2024-07-17 09:25:59.842 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Model: The index "{'UserId'}" was not created on entity type '"Device"' as the properties are already covered by the index "{'UserId', 'DeviceId'}".
[2024-07-17 09:26:00.219 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Infrastructure: Entity Framework Core "8.0.6" initialized '"JellyfinDbContext"' using provider '"Microsoft.EntityFrameworkCore.Sqlite":"8.0.6"' with options: "MaxPoolSize=1024 "
[2024-07-17 09:26:00.244 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:26:00.252 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (7ms).
[2024-07-17 09:26:00.255 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:00.263 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:00.269 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:00.272 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:00.280 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteScalar"'.
[2024-07-17 09:26:00.281 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:26:00.281 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:26:00.288 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteScalar"' (4ms).
[2024-07-17 09:26:00.291 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteScalar"' (11ms).
[2024-07-17 09:26:00.297 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:00.301 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:00.310 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT COUNT(*) FROM \"sqlite_master\" WHERE \"name\" = '__EFMigrationsHistory' AND \"type\" = 'table';"
[2024-07-17 09:26:00.356 -06:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("45"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT COUNT(*) FROM \"sqlite_master\" WHERE \"name\" = '__EFMigrationsHistory' AND \"type\" = 'table';"
[2024-07-17 09:26:00.367 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:00.369 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (2ms).
[2024-07-17 09:26:00.381 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:00.381 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:00.381 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:00.381 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:00.382 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:00.382 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
[2024-07-17 09:26:00.385 -06:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("3"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"MigrationId\", \"ProductVersion\"
FROM \"__EFMigrationsHistory\"
ORDER BY \"MigrationId\";"
[2024-07-17 09:26:00.394 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:00.396 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 3ms reading results.
[2024-07-17 09:26:00.397 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:00.397 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:01.998 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Query: Compiling query expression: "
"'"DbSet<User>()
    .AsSplitQuery()
    .Include(user => user.Permissions)
    .Include(user => user.Preferences)
    .Include(user => user.AccessSchedules)
    .Include(user => user.ProfileImage)"'
[2024-07-17 09:26:02.049 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Query: Including navigation: '"User.Permissions"'.
[2024-07-17 09:26:02.050 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Query: Including navigation: '"User.Preferences"'.
[2024-07-17 09:26:02.050 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Query: Including navigation: '"User.AccessSchedules"'.
[2024-07-17 09:26:02.080 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Query: Including navigation: '"User.ProfileImage"'.
[2024-07-17 09:26:02.281 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Query: Generated query execution expression: "
"'"queryContext => new SplitQueryingEnumerable<User>(
    (RelationalQueryContext)queryContext,
    RelationalCommandCache.QueryExpression(
        Client Projections:
            0 -> Dictionary<IProperty, int> { [Property: User.Id (Guid) Required PK AfterSave:Throw ValueGenerated.OnAdd, 0], [Property: User.AudioLanguagePreference (string) MaxLength(255), 1], [Property: User.AuthenticationProviderId (string) Required MaxLength(255), 2], [Property: User.CastReceiverId (string) MaxLength(32), 3], [Property: User.DisplayCollectionsView (bool) Required, 4], [Property: User.DisplayMissingEpisodes (bool) Required, 5], [Property: User.EnableAutoLogin (bool) Required, 6], [Property: User.EnableLocalPassword (bool) Required, 7], [Property: User.EnableNextEpisodeAutoPlay (bool) Required, 8], [Property: User.EnableUserPreferenceAccess (bool) Required, 9], [Property: User.HidePlayedInLatest (bool) Required, 10], [Property: User.InternalId (long) Required, 11], [Property: User.InvalidLoginAttemptCount (int) Required, 12], [Property: User.LastActivityDate (DateTime?), 13], [Property: User.LastLoginDate (DateTime?), 14], [Property: User.LoginAttemptsBeforeLockout (int?), 15], [Property: User.MaxActiveSessions (int) Required, 16], [Property: User.MaxParentalAgeRating (int?), 17], [Property: User.MustUpdatePassword (bool) Required, 18], [Property: User.Password (string) MaxLength(65535), 19], [Property: User.PasswordResetProviderId (string) Required MaxLength(255), 20], [Property: User.PlayDefaultAudioTrack (bool) Required, 21], [Property: User.RememberAudioSelections (bool) Required, 22], [Property: User.RememberSubtitleSelections (bool) Required, 23], [Property: User.RemoteClientBitrateLimit (int?), 24], [Property: User.RowVersion (uint) Required Concurrency, 25], [Property: User.SubtitleLanguagePreference (string) MaxLength(255), 26], [Property: User.SubtitleMode (SubtitlePlaybackMode) Required, 27], [Property: User.SyncPlayAccess (SyncPlayUserAccessType) Required, 28], [Property: User.Username (string) Required Index MaxLength(255), 29] }
            1 -> 0
            2 -> 30
            3 -> Dictionary<IProperty, int> { [Property: ImageInfo.Id (int) Required PK AfterSave:Throw ValueGenerated.OnAdd, 30], [Property: ImageInfo.LastModified (DateTime) Required, 31], [Property: ImageInfo.Path (string) Required MaxLength(512), 32], [Property: ImageInfo.UserId (Guid?) FK Index, 33] }
        SELECT u.Id, u.AudioLanguagePreference, u.AuthenticationProviderId, u.CastReceiverId, u.DisplayCollectionsView, u.DisplayMissingEpisodes, u.EnableAutoLogin, u.EnableLocalPassword, u.EnableNextEpisodeAutoPlay, u.EnableUserPreferenceAccess, u.HidePlayedInLatest, u.InternalId, u.InvalidLoginAttemptCount, u.LastActivityDate, u.LastLoginDate, u.LoginAttemptsBeforeLockout, u.MaxActiveSessions, u.MaxParentalAgeRating, u.MustUpdatePassword, u.Password, u.PasswordResetProviderId, u.PlayDefaultAudioTrack, u.RememberAudioSelections, u.RememberSubtitleSelections, u.RemoteClientBitrateLimit, u.RowVersion, u.SubtitleLanguagePreference, u.SubtitleMode, u.SyncPlayAccess, u.Username, i.Id, i.LastModified, i.Path, i.UserId
        FROM Users AS u
        LEFT JOIN ImageInfos AS i ON u.Id == i.UserId
        ORDER BY u.Id ASC, i.Id ASC),
    null,
    Func<QueryContext, DbDataReader, ResultContext, SplitQueryResultCoordinator, User>,
    Action<QueryContext, IExecutionStrategy, SplitQueryResultCoordinator>,
    null,
    Jellyfin.Server.Implementations.JellyfinDbContext,
    False,
    False,
    True
)"'
[2024-07-17 09:26:02.295 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:02.295 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:02.295 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:02.295 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:02.295 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:02.296 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"u\".\"Id\", \"u\".\"AudioLanguagePreference\", \"u\".\"AuthenticationProviderId\", \"u\".\"CastReceiverId\", \"u\".\"DisplayCollectionsView\", \"u\".\"DisplayMissingEpisodes\", \"u\".\"EnableAutoLogin\", \"u\".\"EnableLocalPassword\", \"u\".\"EnableNextEpisodeAutoPlay\", \"u\".\"EnableUserPreferenceAccess\", \"u\".\"HidePlayedInLatest\", \"u\".\"InternalId\", \"u\".\"InvalidLoginAttemptCount\", \"u\".\"LastActivityDate\", \"u\".\"LastLoginDate\", \"u\".\"LoginAttemptsBeforeLockout\", \"u\".\"MaxActiveSessions\", \"u\".\"MaxParentalAgeRating\", \"u\".\"MustUpdatePassword\", \"u\".\"Password\", \"u\".\"PasswordResetProviderId\", \"u\".\"PlayDefaultAudioTrack\", \"u\".\"RememberAudioSelections\", \"u\".\"RememberSubtitleSelections\", \"u\".\"RemoteClientBitrateLimit\", \"u\".\"RowVersion\", \"u\".\"SubtitleLanguagePreference\", \"u\".\"SubtitleMode\", \"u\".\"SyncPlayAccess\", \"u\".\"Username\", \"i\".\"Id\", \"i\".\"LastModified\", \"i\".\"Path\", \"i\".\"UserId\"
FROM \"Users\" AS \"u\"
LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\"
ORDER BY \"u\".\"Id\", \"i\".\"Id\""
[2024-07-17 09:26:02.299 -06:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("2"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"u\".\"Id\", \"u\".\"AudioLanguagePreference\", \"u\".\"AuthenticationProviderId\", \"u\".\"CastReceiverId\", \"u\".\"DisplayCollectionsView\", \"u\".\"DisplayMissingEpisodes\", \"u\".\"EnableAutoLogin\", \"u\".\"EnableLocalPassword\", \"u\".\"EnableNextEpisodeAutoPlay\", \"u\".\"EnableUserPreferenceAccess\", \"u\".\"HidePlayedInLatest\", \"u\".\"InternalId\", \"u\".\"InvalidLoginAttemptCount\", \"u\".\"LastActivityDate\", \"u\".\"LastLoginDate\", \"u\".\"LoginAttemptsBeforeLockout\", \"u\".\"MaxActiveSessions\", \"u\".\"MaxParentalAgeRating\", \"u\".\"MustUpdatePassword\", \"u\".\"Password\", \"u\".\"PasswordResetProviderId\", \"u\".\"PlayDefaultAudioTrack\", \"u\".\"RememberAudioSelections\", \"u\".\"RememberSubtitleSelections\", \"u\".\"RemoteClientBitrateLimit\", \"u\".\"RowVersion\", \"u\".\"SubtitleLanguagePreference\", \"u\".\"SubtitleMode\", \"u\".\"SyncPlayAccess\", \"u\".\"Username\", \"i\".\"Id\", \"i\".\"LastModified\", \"i\".\"Path\", \"i\".\"UserId\"
FROM \"Users\" AS \"u\"
LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\"
ORDER BY \"u\".\"Id\", \"i\".\"Id\""
[2024-07-17 09:26:02.369 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"User"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.440 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:02.440 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:02.440 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:02.440 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"p\".\"Id\", \"p\".\"Kind\", \"p\".\"Permission_Permissions_Guid\", \"p\".\"RowVersion\", \"p\".\"UserId\", \"p\".\"Value\", \"u\".\"Id\", \"i\".\"Id\"
FROM \"Users\" AS \"u\"
LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\"
INNER JOIN \"Permissions\" AS \"p\" ON \"u\".\"Id\" = \"p\".\"UserId\"
ORDER BY \"u\".\"Id\", \"i\".\"Id\""
[2024-07-17 09:26:02.441 -06:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"p\".\"Id\", \"p\".\"Kind\", \"p\".\"Permission_Permissions_Guid\", \"p\".\"RowVersion\", \"p\".\"UserId\", \"p\".\"Value\", \"u\".\"Id\", \"i\".\"Id\"
FROM \"Users\" AS \"u\"
LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\"
INNER JOIN \"Permissions\" AS \"p\" ON \"u\".\"Id\" = \"p\".\"UserId\"
ORDER BY \"u\".\"Id\", \"i\".\"Id\""
[2024-07-17 09:26:02.450 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.466 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.466 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.466 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.466 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.466 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.466 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.466 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.466 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.469 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.469 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.469 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.469 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.469 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.469 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.469 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.469 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.469 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.469 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.470 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.470 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.470 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:02.470 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:02.470 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:02.470 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"p\".\"Id\", \"p\".\"Kind\", \"p\".\"Preference_Preferences_Guid\", \"p\".\"RowVersion\", \"p\".\"UserId\", \"p\".\"Value\", \"u\".\"Id\", \"i\".\"Id\"
FROM \"Users\" AS \"u\"
LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\"
INNER JOIN \"Preferences\" AS \"p\" ON \"u\".\"Id\" = \"p\".\"UserId\"
ORDER BY \"u\".\"Id\", \"i\".\"Id\""
[2024-07-17 09:26:02.472 -06:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("2"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"p\".\"Id\", \"p\".\"Kind\", \"p\".\"Preference_Preferences_Guid\", \"p\".\"RowVersion\", \"p\".\"UserId\", \"p\".\"Value\", \"u\".\"Id\", \"i\".\"Id\"
FROM \"Users\" AS \"u\"
LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\"
INNER JOIN \"Preferences\" AS \"p\" ON \"u\".\"Id\" = \"p\".\"UserId\"
ORDER BY \"u\".\"Id\", \"i\".\"Id\""
[2024-07-17 09:26:02.477 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.496 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.496 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.496 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.496 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.496 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.497 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.497 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.497 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.497 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.497 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.497 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.498 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:02.499 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:02.499 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:02.499 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"a\".\"Id\", \"a\".\"DayOfWeek\", \"a\".\"EndHour\", \"a\".\"StartHour\", \"a\".\"UserId\", \"u\".\"Id\", \"i\".\"Id\"
FROM \"Users\" AS \"u\"
LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\"
INNER JOIN \"AccessSchedules\" AS \"a\" ON \"u\".\"Id\" = \"a\".\"UserId\"
ORDER BY \"u\".\"Id\", \"i\".\"Id\""
[2024-07-17 09:26:02.499 -06:00] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=[""], CommandType='Text', CommandTimeout='30']"
""SELECT \"a\".\"Id\", \"a\".\"DayOfWeek\", \"a\".\"EndHour\", \"a\".\"StartHour\", \"a\".\"UserId\", \"u\".\"Id\", \"i\".\"Id\"
FROM \"Users\" AS \"u\"
LEFT JOIN \"ImageInfos\" AS \"i\" ON \"u\".\"Id\" = \"i\".\"UserId\"
INNER JOIN \"AccessSchedules\" AS \"a\" ON \"u\".\"Id\" = \"a\".\"UserId\"
ORDER BY \"u\".\"Id\", \"i\".\"Id\""
[2024-07-17 09:26:02.505 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"User"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.506 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.506 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.506 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.506 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.507 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.507 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.507 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.507 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.507 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.508 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.508 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.508 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.508 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.508 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.508 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.508 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.509 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.509 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.509 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.509 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.509 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.509 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.509 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.509 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.510 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.510 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.510 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.510 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.510 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.510 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.510 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.510 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.511 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.512 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"User"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.512 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.512 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.512 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.513 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.513 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.513 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.513 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.513 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.513 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.513 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.513 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.513 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.513 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.513 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.514 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.514 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.514 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.514 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.514 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.514 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.514 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.515 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.515 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.515 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.516 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.516 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.516 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.516 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.517 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.517 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.517 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.517 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.517 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:02.518 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:02.519 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 214ms reading results.
[2024-07-17 09:26:02.519 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:02.519 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 77ms reading results.
[2024-07-17 09:26:02.519 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:02.520 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 46ms reading results.
[2024-07-17 09:26:02.520 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:02.520 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 19ms reading results.
[2024-07-17 09:26:02.520 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:02.521 -06:00] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:03.809 -06:00] [DBG] [1] Emby.Server.Implementations.Plugins.PluginManager: Creating instance of "Jellyfin.Plugin.Bookshelf.Plugin"
[2024-07-17 09:26:03.817 -06:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Bookshelf" "11.0.0.0"
[2024-07-17 09:26:03.818 -06:00] [DBG] [1] Emby.Server.Implementations.Plugins.PluginManager: Creating instance of "Jellyfin.Plugin.OpenSubtitles.OpenSubtitlesPlugin"
[2024-07-17 09:26:03.826 -06:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Open Subtitles" "20.0.0.0"
[2024-07-17 09:26:03.826 -06:00] [DBG] [1] Emby.Server.Implementations.Plugins.PluginManager: Creating instance of "Jellyfin.Plugin.TMDbBoxSets.Plugin"
[2024-07-17 09:26:03.828 -06:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb Box Sets" "11.0.0.0"
[2024-07-17 09:26:03.828 -06:00] [DBG] [1] Emby.Server.Implementations.Plugins.PluginManager: Creating instance of "MediaBrowser.Providers.Plugins.Tmdb.Plugin"
[2024-07-17 09:26:03.829 -06:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.7.0"
[2024-07-17 09:26:03.829 -06:00] [DBG] [1] Emby.Server.Implementations.Plugins.PluginManager: Creating instance of "MediaBrowser.Providers.Plugins.StudioImages.Plugin"
[2024-07-17 09:26:03.829 -06:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.7.0"
[2024-07-17 09:26:03.829 -06:00] [DBG] [1] Emby.Server.Implementations.Plugins.PluginManager: Creating instance of "MediaBrowser.Providers.Plugins.Omdb.Plugin"
[2024-07-17 09:26:03.830 -06:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.7.0"
[2024-07-17 09:26:03.830 -06:00] [DBG] [1] Emby.Server.Implementations.Plugins.PluginManager: Creating instance of "MediaBrowser.Providers.Plugins.MusicBrainz.Plugin"
[2024-07-17 09:26:03.849 -06:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.7.0"
[2024-07-17 09:26:03.849 -06:00] [DBG] [1] Emby.Server.Implementations.Plugins.PluginManager: Creating instance of "MediaBrowser.Providers.Plugins.AudioDb.Plugin"
[2024-07-17 09:26:03.849 -06:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.7.0"
[2024-07-17 09:26:03.850 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Library.CoreResolutionIgnoreRule"
[2024-07-17 09:26:03.850 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Library.Resolvers.FolderResolver"
[2024-07-17 09:26:03.851 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Library.Resolvers.PhotoAlbumResolver"
[2024-07-17 09:26:03.851 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Library.Resolvers.PhotoResolver"
[2024-07-17 09:26:03.851 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Library.Resolvers.PlaylistResolver"
[2024-07-17 09:26:03.851 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Library.Resolvers.SpecialFolderResolver"
[2024-07-17 09:26:03.851 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Library.Resolvers.TV.EpisodeResolver"
[2024-07-17 09:26:03.852 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Library.Resolvers.TV.SeasonResolver"
[2024-07-17 09:26:03.852 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Library.Resolvers.TV.SeriesResolver"
[2024-07-17 09:26:03.852 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Library.Resolvers.Movies.BoxSetResolver"
[2024-07-17 09:26:03.852 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Library.Resolvers.Movies.MovieResolver"
[2024-07-17 09:26:03.852 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Library.Resolvers.Books.BookResolver"
[2024-07-17 09:26:03.853 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Library.Resolvers.Audio.AudioResolver"
[2024-07-17 09:26:03.853 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Library.Resolvers.Audio.MusicAlbumResolver"
[2024-07-17 09:26:03.853 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Library.Resolvers.Audio.MusicArtistResolver"
[2024-07-17 09:26:03.854 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Sorting.AiredEpisodeOrderComparer"
[2024-07-17 09:26:03.855 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Sorting.AlbumArtistComparer"
[2024-07-17 09:26:03.855 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Sorting.AlbumComparer"
[2024-07-17 09:26:03.855 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Sorting.ArtistComparer"
[2024-07-17 09:26:03.855 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Sorting.CommunityRatingComparer"
[2024-07-17 09:26:03.855 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Sorting.CriticRatingComparer"
[2024-07-17 09:26:03.855 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Sorting.DateCreatedComparer"
[2024-07-17 09:26:03.855 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Sorting.DateLastMediaAddedComparer"
[2024-07-17 09:26:03.856 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Sorting.DatePlayedComparer"
[2024-07-17 09:26:03.856 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Sorting.IndexNumberComparer"
[2024-07-17 09:26:03.856 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Sorting.IsFavoriteOrLikeComparer"
[2024-07-17 09:26:03.856 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Sorting.IsFolderComparer"
[2024-07-17 09:26:03.856 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Sorting.IsPlayedComparer"
[2024-07-17 09:26:03.856 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Sorting.IsUnplayedComparer"
[2024-07-17 09:26:03.856 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Sorting.NameComparer"
[2024-07-17 09:26:03.857 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Sorting.OfficialRatingComparer"
[2024-07-17 09:26:03.857 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Sorting.ParentIndexNumberComparer"
[2024-07-17 09:26:03.857 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Sorting.PlayCountComparer"
[2024-07-17 09:26:03.857 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Sorting.PremiereDateComparer"
[2024-07-17 09:26:03.857 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Sorting.ProductionYearComparer"
[2024-07-17 09:26:03.857 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Sorting.RandomComparer"
[2024-07-17 09:26:03.857 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Sorting.RuntimeComparer"
[2024-07-17 09:26:03.858 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Sorting.SeriesSortNameComparer"
[2024-07-17 09:26:03.858 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Sorting.SortNameComparer"
[2024-07-17 09:26:03.858 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Sorting.StartDateComparer"
[2024-07-17 09:26:03.858 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Sorting.StudioComparer"
[2024-07-17 09:26:03.859 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Library.SplashscreenPostScanTask"
[2024-07-17 09:26:03.860 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Library.Validators.ArtistsPostScanTask"
[2024-07-17 09:26:03.860 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Library.Validators.CollectionPostScanTask"
[2024-07-17 09:26:03.860 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Library.Validators.GenresPostScanTask"
[2024-07-17 09:26:03.860 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Library.Validators.MusicGenresPostScanTask"
[2024-07-17 09:26:03.861 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Library.Validators.StudiosPostScanTask"
[2024-07-17 09:26:03.861 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Data.CleanDatabaseScheduledTask"
[2024-07-17 09:26:03.864 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Jellyfin.Plugin.Bookshelf.Providers.ComicBookImageProvider"
[2024-07-17 09:26:03.865 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Jellyfin.Plugin.Bookshelf.Providers.GoogleBooks.GoogleBooksImageProvider"
[2024-07-17 09:26:03.865 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Jellyfin.Plugin.Bookshelf.Providers.Epub.EpubMetadataImageProvider"
[2024-07-17 09:26:03.866 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineImageProvider"
[2024-07-17 09:26:03.868 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbEpisodeImageProvider"
[2024-07-17 09:26:03.901 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbSeasonImageProvider"
[2024-07-17 09:26:03.902 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbSeriesImageProvider"
[2024-07-17 09:26:03.902 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.Tmdb.People.TmdbPersonImageProvider"
[2024-07-17 09:26:03.902 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieImageProvider"
[2024-07-17 09:26:03.903 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.Tmdb.BoxSets.TmdbBoxSetImageProvider"
[2024-07-17 09:26:03.903 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.StudioImages.StudiosImageProvider"
[2024-07-17 09:26:03.904 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.Omdb.OmdbImageProvider"
[2024-07-17 09:26:03.904 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.AudioDb.AudioDbAlbumImageProvider"
[2024-07-17 09:26:03.905 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.AudioDb.AudioDbArtistImageProvider"
[2024-07-17 09:26:03.905 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.MediaInfo.AudioImageProvider"
[2024-07-17 09:26:03.906 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.MediaInfo.EmbeddedImageProvider"
[2024-07-17 09:26:03.906 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.MediaInfo.VideoImageProvider"
[2024-07-17 09:26:03.906 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider"
[2024-07-17 09:26:03.906 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.LocalMetadata.Images.EpisodeLocalImageProvider"
[2024-07-17 09:26:03.906 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.LocalMetadata.Images.InternalMetadataFolderImageProvider"
[2024-07-17 09:26:03.907 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.LocalMetadata.Images.LocalImageProvider"
[2024-07-17 09:26:03.907 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Jellyfin.LiveTv.Channels.ChannelImageProvider"
[2024-07-17 09:26:03.907 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Years.YearMetadataService"
[2024-07-17 09:26:03.908 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Videos.VideoMetadataService"
[2024-07-17 09:26:03.908 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.TV.EpisodeMetadataService"
[2024-07-17 09:26:03.908 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.TV.SeasonMetadataService"
[2024-07-17 09:26:03.909 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.TV.SeriesMetadataService"
[2024-07-17 09:26:03.909 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Studios.StudioMetadataService"
[2024-07-17 09:26:03.909 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Playlists.PlaylistMetadataService"
[2024-07-17 09:26:03.910 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Photos.PhotoAlbumMetadataService"
[2024-07-17 09:26:03.910 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Photos.PhotoMetadataService"
[2024-07-17 09:26:03.910 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.People.PersonMetadataService"
[2024-07-17 09:26:03.910 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.MusicGenres.MusicGenreMetadataService"
[2024-07-17 09:26:03.911 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Music.AlbumMetadataService"
[2024-07-17 09:26:03.911 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Music.ArtistMetadataService"
[2024-07-17 09:26:03.911 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Music.AudioMetadataService"
[2024-07-17 09:26:03.911 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Music.MusicVideoMetadataService"
[2024-07-17 09:26:03.911 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Movies.MovieMetadataService"
[2024-07-17 09:26:03.912 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Movies.TrailerMetadataService"
[2024-07-17 09:26:03.912 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.LiveTv.LiveTvMetadataService"
[2024-07-17 09:26:03.912 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Genres.GenreMetadataService"
[2024-07-17 09:26:03.912 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Folders.CollectionFolderMetadataService"
[2024-07-17 09:26:03.913 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Folders.FolderMetadataService"
[2024-07-17 09:26:03.913 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Folders.UserViewMetadataService"
[2024-07-17 09:26:03.913 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Channels.ChannelMetadataService"
[2024-07-17 09:26:03.913 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.BoxSets.BoxSetMetadataService"
[2024-07-17 09:26:03.914 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Books.AudioBookMetadataService"
[2024-07-17 09:26:03.914 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Books.BookMetadataService"
[2024-07-17 09:26:03.915 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Jellyfin.Plugin.Bookshelf.Providers.BookProviderFromOpf"
[2024-07-17 09:26:03.915 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Jellyfin.Plugin.Bookshelf.Providers.ComicFileProvider"
[2024-07-17 09:26:03.916 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Jellyfin.Plugin.Bookshelf.Providers.GoogleBooks.GoogleBooksProvider"
[2024-07-17 09:26:03.916 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Jellyfin.Plugin.Bookshelf.Providers.Epub.EpubMetadataProvider"
[2024-07-17 09:26:03.916 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineMetadataProvider"
[2024-07-17 09:26:03.917 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Trickplay.TrickplayProvider"
[2024-07-17 09:26:03.917 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbEpisodeProvider"
[2024-07-17 09:26:03.917 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbSeasonProvider"
[2024-07-17 09:26:03.917 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbSeriesProvider"
[2024-07-17 09:26:03.918 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.Tmdb.People.TmdbPersonProvider"
[2024-07-17 09:26:03.918 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider"
[2024-07-17 09:26:03.918 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.Tmdb.BoxSets.TmdbBoxSetProvider"
[2024-07-17 09:26:03.918 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.Omdb.OmdbEpisodeProvider"
[2024-07-17 09:26:03.918 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider"
[2024-07-17 09:26:03.918 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzAlbumProvider"
[2024-07-17 09:26:03.920 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzArtistProvider"
[2024-07-17 09:26:03.921 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.AudioDb.AudioDbAlbumProvider"
[2024-07-17 09:26:03.921 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.AudioDb.AudioDbArtistProvider"
[2024-07-17 09:26:03.921 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Playlists.PlaylistItemsProvider"
[2024-07-17 09:26:03.922 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.MediaInfo.ProbeProvider"
[2024-07-17 09:26:03.923 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Photos.PhotoProvider"
[2024-07-17 09:26:03.923 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Images.ArtistImageProvider"
[2024-07-17 09:26:03.924 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Images.CollectionFolderImageProvider"
[2024-07-17 09:26:03.924 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Images.DynamicImageProvider"
[2024-07-17 09:26:03.924 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Images.FolderImageProvider"
[2024-07-17 09:26:03.924 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Images.GenreImageProvider"
[2024-07-17 09:26:03.924 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Images.MusicAlbumImageProvider"
[2024-07-17 09:26:03.925 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Images.MusicGenreImageProvider"
[2024-07-17 09:26:03.925 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Images.PhotoAlbumImageProvider"
[2024-07-17 09:26:03.925 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Images.PlaylistImageProvider"
[2024-07-17 09:26:03.925 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.Collections.CollectionImageProvider"
[2024-07-17 09:26:03.925 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.LocalMetadata.Providers.BoxSetXmlProvider"
[2024-07-17 09:26:03.925 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.LocalMetadata.Providers.PlaylistXmlProvider"
[2024-07-17 09:26:03.926 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.XbmcMetadata.Providers.AlbumNfoProvider"
[2024-07-17 09:26:03.926 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.XbmcMetadata.Providers.ArtistNfoProvider"
[2024-07-17 09:26:03.926 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.XbmcMetadata.Providers.EpisodeNfoProvider"
[2024-07-17 09:26:03.927 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.XbmcMetadata.Providers.MovieNfoProvider"
[2024-07-17 09:26:03.927 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.XbmcMetadata.Providers.MusicVideoNfoProvider"
[2024-07-17 09:26:03.927 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.XbmcMetadata.Providers.SeasonNfoProvider"
[2024-07-17 09:26:03.927 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.XbmcMetadata.Providers.SeriesNfoProvider"
[2024-07-17 09:26:03.928 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.XbmcMetadata.Providers.SeriesNfoSeasonProvider"
[2024-07-17 09:26:03.928 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.XbmcMetadata.Providers.VideoNfoProvider"
[2024-07-17 09:26:03.929 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.LocalMetadata.Savers.BoxSetXmlSaver"
[2024-07-17 09:26:03.929 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.LocalMetadata.Savers.PlaylistXmlSaver"
[2024-07-17 09:26:03.929 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.XbmcMetadata.Savers.AlbumNfoSaver"
[2024-07-17 09:26:03.930 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.XbmcMetadata.Savers.ArtistNfoSaver"
[2024-07-17 09:26:03.930 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.XbmcMetadata.Savers.EpisodeNfoSaver"
[2024-07-17 09:26:03.930 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.XbmcMetadata.Savers.MovieNfoSaver"
[2024-07-17 09:26:03.930 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.XbmcMetadata.Savers.SeasonNfoSaver"
[2024-07-17 09:26:03.931 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.XbmcMetadata.Savers.SeriesNfoSaver"
[2024-07-17 09:26:03.931 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Jellyfin.Plugin.Bookshelf.Providers.GoogleBooks.GoogleBooksExternalId"
[2024-07-17 09:26:03.932 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Jellyfin.Plugin.Bookshelf.Providers.ComicVine.ComicVineExternalId"
[2024-07-17 09:26:03.932 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.TV.Zap2ItExternalId"
[2024-07-17 09:26:03.932 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.Tmdb.TV.TmdbSeriesExternalId"
[2024-07-17 09:26:03.932 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.Tmdb.People.TmdbPersonExternalId"
[2024-07-17 09:26:03.933 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieExternalId"
[2024-07-17 09:26:03.933 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.Tmdb.BoxSets.TmdbBoxSetExternalId"
[2024-07-17 09:26:03.933 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzAlbumArtistExternalId"
[2024-07-17 09:26:03.933 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzAlbumExternalId"
[2024-07-17 09:26:03.933 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzArtistExternalId"
[2024-07-17 09:26:03.933 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzOtherArtistExternalId"
[2024-07-17 09:26:03.933 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzReleaseGroupExternalId"
[2024-07-17 09:26:03.933 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.MusicBrainz.MusicBrainzTrackId"
[2024-07-17 09:26:03.933 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.AudioDb.AudioDbAlbumExternalId"
[2024-07-17 09:26:03.933 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.AudioDb.AudioDbArtistExternalId"
[2024-07-17 09:26:03.934 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.AudioDb.AudioDbOtherAlbumExternalId"
[2024-07-17 09:26:03.934 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Plugins.AudioDb.AudioDbOtherArtistExternalId"
[2024-07-17 09:26:03.934 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Music.ImvdbId"
[2024-07-17 09:26:03.934 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Movies.ImdbExternalId"
[2024-07-17 09:26:03.934 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Movies.ImdbPersonExternalId"
[2024-07-17 09:26:03.936 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Jellyfin.LiveTv.LiveTvMediaSourceProvider"
[2024-07-17 09:26:03.936 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Jellyfin.LiveTv.Channels.ChannelDynamicMediaSourceProvider"
[2024-07-17 09:26:03.941 -06:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration '"DisableTranscodingThrottling"' since it is already applied
[2024-07-17 09:26:03.942 -06:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration '"CreateLoggingConfigHeirarchy"' since it is already applied
[2024-07-17 09:26:03.942 -06:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration '"MigrateActivityLogDatabase"' since it is already applied
[2024-07-17 09:26:03.942 -06:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration '"RemoveDuplicateExtras"' since it is already applied
[2024-07-17 09:26:03.942 -06:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration '"AddDefaultPluginRepository"' since it is already applied
[2024-07-17 09:26:03.942 -06:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration '"MigrateUserDatabase"' since it is already applied
[2024-07-17 09:26:03.942 -06:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration '"ReaddDefaultPluginRepository"' since it is already applied
[2024-07-17 09:26:03.942 -06:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration '"MigrateDisplayPreferencesDatabase"' since it is already applied
[2024-07-17 09:26:03.943 -06:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration '"RemoveDownloadImagesInAdvance"' since it is already applied
[2024-07-17 09:26:03.943 -06:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration '"MigrateAuthenticationDatabase"' since it is already applied
[2024-07-17 09:26:03.943 -06:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration '"FixPlaylistOwner"' since it is already applied
[2024-07-17 09:26:03.943 -06:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration '"MigrateRatingLevels"' since it is already applied
[2024-07-17 09:26:03.943 -06:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration '"AddDefaultCastReceivers"' since it is already applied
[2024-07-17 09:26:03.943 -06:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration '"UpdateDefaultPluginRepository10.9"' since it is already applied
[2024-07-17 09:26:03.943 -06:00] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration '"FixAudioData"' since it is already applied
[2024-07-17 09:26:03.944 -06:00] [DBG] [1] Microsoft.Extensions.Hosting.Internal.Host: Hosting starting
[2024-07-17 09:26:03.954 -06:00] [INF] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: User profile is available. Using '"/root/.aspnet/DataProtection-Keys"' as key repository; keys will not be encrypted at rest.
[2024-07-17 09:26:03.969 -06:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0"
[2024-07-17 09:26:03.982 -06:00] [DBG] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver: Repository contains no viable default key. Caller should generate a key with immediate activation.
[2024-07-17 09:26:03.982 -06:00] [DBG] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider: Policy resolution states that a new key should be added to the key ring.
[2024-07-17 09:26:03.985 -06:00] [INF] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Creating key {8a2de44e-0d20-4655-b5a7-6917dd061ffb} with creation date 2024-07-17 15:26:03Z, activation date 2024-07-17 15:26:03Z, and expiration date 2024-10-15 15:26:03Z.
[2024-07-17 09:26:03.990 -06:00] [DBG] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Descriptor deserializer type for key {8a2de44e-0d20-4655-b5a7-6917dd061ffb} is '"Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60"'.
[2024-07-17 09:26:03.993 -06:00] [DBG] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No key escrow sink found. Not writing key {8a2de44e-0d20-4655-b5a7-6917dd061ffb} to escrow.
[2024-07-17 09:26:03.993 -06:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {8a2de44e-0d20-4655-b5a7-6917dd061ffb} may be persisted to storage in unencrypted form.
[2024-07-17 09:26:03.997 -06:00] [INF] [1] Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository: Writing data to file '"/root/.aspnet/DataProtection-Keys/key-8a2de44e-0d20-4655-b5a7-6917dd061ffb.xml"'.
[2024-07-17 09:26:03.998 -06:00] [DBG] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Key cache expiration token triggered by '"CreateNewKey"' operation.
[2024-07-17 09:26:03.998 -06:00] [DBG] [1] Microsoft.AspNetCore.DataProtection.Repositories.FileSystemXmlRepository: Reading data from file '"/root/.aspnet/DataProtection-Keys/key-8a2de44e-0d20-4655-b5a7-6917dd061ffb.xml"'.
[2024-07-17 09:26:03.999 -06:00] [DBG] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Found key {8a2de44e-0d20-4655-b5a7-6917dd061ffb}.
[2024-07-17 09:26:04.002 -06:00] [DBG] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.DefaultKeyResolver: Considering key {8a2de44e-0d20-4655-b5a7-6917dd061ffb} with expiration date 2024-10-15 15:26:03Z as default key.
[2024-07-17 09:26:04.003 -06:00] [DBG] [1] Microsoft.AspNetCore.DataProtection.TypeForwardingActivator: Forwarded activator type request from "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" to "Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Culture=neutral, PublicKeyToken=adb9793829ddae60"
[2024-07-17 09:26:04.004 -06:00] [DBG] [1] Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ManagedAuthenticatedEncryptorFactory: Using managed symmetric algorithm '"System.Security.Cryptography.Aes"'.
[2024-07-17 09:26:04.004 -06:00] [DBG] [1] Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ManagedAuthenticatedEncryptorFactory: Using managed keyed hash algorithm '"System.Security.Cryptography.HMACSHA256"'.
[2024-07-17 09:26:04.007 -06:00] [DBG] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingProvider: Using key {8a2de44e-0d20-4655-b5a7-6917dd061ffb} as the default key.
[2024-07-17 09:26:04.007 -06:00] [DBG] [1] Microsoft.AspNetCore.DataProtection.Internal.DataProtectionHostedService: Key ring with default key {8a2de44e-0d20-4655-b5a7-6917dd061ffb} was loaded during application startup.
[2024-07-17 09:26:04.012 -06:00] [DBG] [1] Emby.Server.Implementations.Library.LibraryManager: Getting topLibraryFolders
[2024-07-17 09:26:04.012 -06:00] [DBG] [1] Emby.Server.Implementations.Library.LibraryManager: Creating userRootPath at "/config/addons_config/jellyfin/data/root/default"
[2024-07-17 09:26:04.040 -06:00] [DBG] [1] Emby.Server.Implementations.Library.LibraryManager: Setting userRootFolder: "Media Folders"
[2024-07-17 09:26:04.150 -06:00] [DBG] [1] Emby.Server.Implementations.Data.SqliteItemRepository: "GetItemList" query time (slow): 62.5323ms. Query: "select type,data,StartDate,EndDate,ChannelId,IsMovie,IsSeries,EpisodeTitle,IsRepeat,CommunityRating,CustomRating,IndexNumber,IsLocked,PreferredMetadataLanguage,PreferredMetadataCountryCode,Width,Height,DateLastRefreshed,Name,Path,PremiereDate,Overview,ParentIndexNumber,ProductionYear,OfficialRating,ForcedSortName,RunTimeTicks,Size,DateCreated,DateModified,guid,Genres,ParentId,Audio,ExternalServiceId,IsInMixedFolder,DateLastSaved,LockedFields,Studios,Tags,TrailerTypes,OriginalTitle,PrimaryVersionId,DateLastMediaAdded,Album,LUFS,NormalizationGain,CriticRating,IsVirtualItem,SeriesName,SeasonName,SeasonId,SeriesId,PresentationUniqueKey,InheritedParentalRatingValue,ExternalSeriesId,Tagline,ProviderIds,Images,ProductionLocations,ExtraIds,TotalBitrate,ExtraType,Artists,AlbumArtists,ExternalId,SeriesPresentationUniqueKey,ShowId,OwnerId from TypedBaseItems A where ParentId=@ParentId"
[2024-07-17 09:26:04.153 -06:00] [DBG] [1] Emby.Server.Implementations.Library.LibraryManager: Getting refreshQueue
[2024-07-17 09:26:04.270 -06:00] [DBG] [1] Microsoft.AspNetCore.Mvc.ModelBinding.ModelBinderFactory: Registered model binder providers, in the following order: ["Jellyfin.Api.ModelBinders.NullableEnumModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BinderTypeModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ServicesModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.HeaderModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FloatingPointTypeModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.EnumTypeModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.TryParseModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CancellationTokenModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ByteArrayModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormFileModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.FormCollectionModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.KeyValuePairModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DictionaryModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ArrayModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.CollectionModelBinderProvider", "Microsoft.AspNetCore.Mvc.ModelBinding.Binders.ComplexObjectModelBinderProvider"]
[2024-07-17 09:26:04.277 -06:00] [DBG] [1] Microsoft.AspNetCore.Mvc.Razor.Compilation.DefaultViewCompiler: Initializing Razor view compiler with no compiled views.
[2024-07-17 09:26:04.736 -06:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/run/s6-rc:s6-rc-init:bcDDEh/servicedirs/svc-jellyfin/wwwroot". Static files may be unavailable.
[2024-07-17 09:26:04.756 -06:00] [INF] [1] Microsoft.Hosting.Lifetime: Now listening on: "http://0.0.0.0:8096"
[2024-07-17 09:26:04.756 -06:00] [DBG] [1] Microsoft.AspNetCore.Hosting.Diagnostics: Loaded hosting startup assembly "jellyfin"
[2024-07-17 09:26:04.756 -06:00] [INF] [1] Microsoft.Hosting.Lifetime: Application started. Press Ctrl+C to shut down.
[2024-07-17 09:26:04.757 -06:00] [INF] [1] Microsoft.Hosting.Lifetime: Hosting environment: "Production"
[2024-07-17 09:26:04.757 -06:00] [INF] [1] Microsoft.Hosting.Lifetime: Content root path: "/run/s6-rc:s6-rc-init:bcDDEh/servicedirs/svc-jellyfin"
[2024-07-17 09:26:04.780 -06:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/config/addons_config/jellyfin/data/data/collections"
[2024-07-17 09:26:04.788 -06:00] [DBG] [1] Microsoft.Extensions.Hosting.Internal.Host: Hosting started
[2024-07-17 09:26:04.789 -06:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[2024-07-17 09:26:04.789 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Jellyfin.Plugin.TMDbBoxSets.ScheduledTasks.RefreshLibraryTask"
[2024-07-17 09:26:04.791 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.Trickplay.TrickplayImagesTask"
[2024-07-17 09:26:04.792 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "MediaBrowser.Providers.MediaInfo.SubtitleScheduledTask"
[2024-07-17 09:26:04.792 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.ScheduledTasks.Tasks.AudioNormalizationTask"
[2024-07-17 09:26:04.792 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.ScheduledTasks.Tasks.ChapterImagesTask"
[2024-07-17 09:26:04.793 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.ScheduledTasks.Tasks.CleanActivityLogTask"
[2024-07-17 09:26:04.793 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.ScheduledTasks.Tasks.CleanupCollectionAndPlaylistPathsTask"
[2024-07-17 09:26:04.793 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.ScheduledTasks.Tasks.DeleteCacheFileTask"
[2024-07-17 09:26:04.794 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.ScheduledTasks.Tasks.DeleteLogFileTask"
[2024-07-17 09:26:04.794 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.ScheduledTasks.Tasks.DeleteTranscodeFileTask"
[2024-07-17 09:26:04.795 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.ScheduledTasks.Tasks.OptimizeDatabaseTask"
[2024-07-17 09:26:04.795 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.ScheduledTasks.Tasks.PeopleValidationTask"
[2024-07-17 09:26:04.796 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.ScheduledTasks.Tasks.PluginUpdateTask"
[2024-07-17 09:26:04.796 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Emby.Server.Implementations.ScheduledTasks.Tasks.RefreshMediaLibraryTask"
[2024-07-17 09:26:04.797 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Jellyfin.MediaEncoding.Hls.ScheduledTasks.KeyframeExtractionScheduledTask"
[2024-07-17 09:26:04.800 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Jellyfin.LiveTv.Guide.RefreshGuideScheduledTask"
[2024-07-17 09:26:04.801 -06:00] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of "Jellyfin.LiveTv.Channels.RefreshChannelsScheduledTask"
[2024-07-17 09:26:04.802 -06:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/mnt/Lyre/Video/Other"
[2024-07-17 09:26:04.812 -06:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/mnt/Lyre/Video/Movies"
[2024-07-17 09:26:04.813 -06:00] [DBG] [8] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PO9"" accepted.
[2024-07-17 09:26:04.815 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PO9"" started.
[2024-07-17 09:26:04.833 -06:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Generate Trickplay Images" set to fire at 2024-07-18 03:00:00.000 -06:00, which is 17:33:55.1670653 from now.
[2024-07-17 09:26:04.838 -06:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extract Chapter Images" set to fire at 2024-07-18 02:00:00.000 -06:00, which is 16:33:55.1618950 from now.
[2024-07-17 09:26:04.852 -06:00] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-version"
[2024-07-17 09:26:04.852 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/health""" - null null
[2024-07-17 09:26:04.861 -06:00] [DBG] [10] Microsoft.AspNetCore.HostFiltering.HostFilteringMiddleware: Wildcard detected, all requests with hosts will be allowed.
[2024-07-17 09:26:04.875 -06:00] [DBG] [10] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:26:04.877 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:04.878 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:26:04.911 -06:00] [DBG] [10] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:26:04.990 -06:00] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: ffmpeg output: "ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers
built with gcc 11 (Ubuntu 11.4.0-1ubuntu1~22.04)
configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
libavutil      58.  2.100 / 58.  2.100
libavcodec     60.  3.100 / 60.  3.100
libavformat    60.  3.100 / 60.  3.100
libavdevice    60.  1.100 / 60.  1.100
libavfilter     9.  3.100 /  9.  3.100
libswscale      7.  1.100 /  7.  1.100
libswresample   4. 10.100 /  4. 10.100
libpostproc    57.  1.100 / 57.  1.100
"
[2024-07-17 09:26:04.999 -06:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1"
[2024-07-17 09:26:05.044 -06:00] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-decoders"
[2024-07-17 09:26:05.082 -06:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"]
[2024-07-17 09:26:05.085 -06:00] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-encoders"
[2024-07-17 09:26:05.136 -06:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
[2024-07-17 09:26:05.137 -06:00] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-filters"
[2024-07-17 09:26:05.181 -06:00] [INF] [16] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/mnt/Lyre/Video/TV"
[2024-07-17 09:26:05.198 -06:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
[2024-07-17 09:26:05.200 -06:00] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-h filter=scale_cuda"
[2024-07-17 09:26:05.214 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:05.216 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:05.225 -06:00] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-h filter=tonemap_cuda"
[2024-07-17 09:26:05.246 -06:00] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-h filter=tonemap_opencl"
[2024-07-17 09:26:05.266 -06:00] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-h filter=overlay_opencl"
[2024-07-17 09:26:05.285 -06:00] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-h filter=overlay_vaapi"
[2024-07-17 09:26:05.322 -06:00] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-h filter=overlay_vulkan"
[2024-07-17 09:26:05.346 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:26:05.350 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:26:05.363 -06:00] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-hwaccels"
[2024-07-17 09:26:05.387 -06:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
[2024-07-17 09:26:05.388 -06:00] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-version"
[2024-07-17 09:26:05.391 -06:00] [DBG] [10] Jellyfin.Api.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://localhost:8096/health" to "127.0.0.1" in 0:00:00.5153929 with Status Code 503
[2024-07-17 09:26:05.399 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PO9"" completed keep alive response.
[2024-07-17 09:26:05.400 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/health""" - 503 null "text/html" 550.1196ms
[2024-07-17 09:26:05.401 -06:00] [DBG] [8] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301PO9"" received FIN.
[2024-07-17 09:26:05.403 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PO9"" disconnecting.
[2024-07-17 09:26:05.404 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301PO9"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:26:05.406 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PO9"" stopped.
[2024-07-17 09:26:05.411 -06:00] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: ffmpeg output: "ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers
built with gcc 11 (Ubuntu 11.4.0-1ubuntu1~22.04)
configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
libavutil      58.  2.100 / 58.  2.100
libavcodec     60.  3.100 / 60.  3.100
libavformat    60.  3.100 / 60.  3.100
libavdevice    60.  1.100 / 60.  1.100
libavfilter     9.  3.100 /  9.  3.100
libswscale      7.  1.100 /  7.  1.100
libswresample   4. 10.100 /  4. 10.100
libpostproc    57.  1.100 / 57.  1.100
"
[2024-07-17 09:26:05.412 -06:00] [DBG] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Running "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-hide_banner -f lavfi -i nullsrc=s=1x1:d=500 -f null -"
[2024-07-17 09:26:05.576 -06:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/LYRE/Audio"
[2024-07-17 09:26:05.688 -06:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
[2024-07-17 09:26:05.689 -06:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "da5b5ca5f63c41bb8c58e31fd883cfee"
[2024-07-17 09:26:05.689 -06:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
[2024-07-17 09:26:05.689 -06:00] [INF] [1] Main: Startup complete 0:00:07.8440229
[2024-07-17 09:26:06.415 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POA"" accepted.
[2024-07-17 09:26:06.415 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POA"" started.
[2024-07-17 09:26:06.416 -06:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"localhost:8096""""/health""" - null null
[2024-07-17 09:26:06.417 -06:00] [DBG] [11] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:26:06.417 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:06.417 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:26:06.419 -06:00] [DBG] [11] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:26:06.419 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:06.420 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:06.425 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:26:06.425 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:26:06.426 -06:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:26:06.428 -06:00] [DBG] [11] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:26:06.430 -06:00] [DBG] [21] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:26:06.435 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:26:06.435 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:26:06.436 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:06.436 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:06.437 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:06.437 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:06.442 -06:00] [DBG] [21] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 8.433ms with message 'null'
[2024-07-17 09:26:06.450 -06:00] [DBG] [21] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 18.864ms
[2024-07-17 09:26:06.453 -06:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:26:06.458 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POA"" completed keep alive response.
[2024-07-17 09:26:06.459 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301POA"" received FIN.
[2024-07-17 09:26:06.464 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301POA"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:26:06.465 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POA"" disconnecting.
[2024-07-17 09:26:06.465 -06:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"localhost:8096""""/health""" - 200 null "text/plain" 47.9731ms
[2024-07-17 09:26:06.468 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POA"" stopped.
[2024-07-17 09:26:06.484 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301POB"" received FIN.
[2024-07-17 09:26:06.484 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POB"" accepted.
[2024-07-17 09:26:06.484 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POB"" started.
[2024-07-17 09:26:06.484 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301POB"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:26:06.485 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POB"" disconnecting.
[2024-07-17 09:26:06.485 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POB"" stopped.
[2024-07-17 09:26:06.541 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POC"" accepted.
[2024-07-17 09:26:06.541 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POC"" started.
[2024-07-17 09:26:06.541 -06:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:26:06.541 -06:00] [DBG] [11] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:26:06.542 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:06.542 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:26:06.544 -06:00] [DBG] [11] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:26:06.545 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:06.546 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:06.546 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:26:06.546 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:26:06.546 -06:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:26:06.546 -06:00] [DBG] [11] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:26:06.547 -06:00] [DBG] [21] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:26:06.548 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:26:06.548 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:26:06.548 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:06.549 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:06.549 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:06.549 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:06.549 -06:00] [DBG] [21] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 2.2039ms with message 'null'
[2024-07-17 09:26:06.550 -06:00] [DBG] [21] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 3.5174ms
[2024-07-17 09:26:06.551 -06:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:26:06.552 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POC"" completed keep alive response.
[2024-07-17 09:26:06.552 -06:00] [DBG] [8] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301POC"" received FIN.
[2024-07-17 09:26:06.552 -06:00] [DBG] [8] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301POC"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:26:06.553 -06:00] [DBG] [8] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POC"" disconnecting.
[2024-07-17 09:26:06.552 -06:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 11.167ms
[2024-07-17 09:26:06.553 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POC"" stopped.
[2024-07-17 09:26:07.842 -06:00] [DBG] [21] Emby.Server.Implementations.ScheduledTasks.TaskManager: "StartupTrigger" fired for task: "Clean up collections and playlists"
[2024-07-17 09:26:07.842 -06:00] [DBG] [21] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task "CleanupCollectionAndPlaylistPathsTask"
[2024-07-17 09:26:07.845 -06:00] [DBG] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing "Clean up collections and playlists"
[2024-07-17 09:26:07.847 -06:00] [DBG] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: "StartupTrigger" fired for task: "Update Plugins"
[2024-07-17 09:26:07.847 -06:00] [DBG] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task "PluginUpdateTask"
[2024-07-17 09:26:07.847 -06:00] [DBG] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing "Update Plugins"
[2024-07-17 09:26:07.861 -06:00] [INF] [10] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://repo.jellyfin.org/files/plugin/manifest.json"
[2024-07-17 09:26:07.862 -06:00] [INF] [10] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://repo.jellyfin.org/files/plugin/manifest.json"
[2024-07-17 09:26:07.875 -06:00] [DBG] [8] Emby.Server.Implementations.Data.SqliteItemRepository: "GetItemList" query time (slow): 20.2283ms. Query: "select type,data,StartDate,EndDate,ChannelId,IsMovie,IsSeries,EpisodeTitle,IsRepeat,CommunityRating,CustomRating,IndexNumber,IsLocked,PreferredMetadataLanguage,PreferredMetadataCountryCode,Width,Height,DateLastRefreshed,Name,Path,PremiereDate,Overview,ParentIndexNumber,ProductionYear,OfficialRating,ForcedSortName,RunTimeTicks,Size,DateCreated,DateModified,guid,Genres,ParentId,Audio,ExternalServiceId,IsInMixedFolder,DateLastSaved,LockedFields,Studios,Tags,TrailerTypes,OriginalTitle,PrimaryVersionId,DateLastMediaAdded,Album,LUFS,NormalizationGain,CriticRating,IsVirtualItem,SeriesName,SeasonName,SeasonId,SeriesId,PresentationUniqueKey,InheritedParentalRatingValue,ExternalSeriesId,Tagline,ProviderIds,Images,ProductionLocations,ExtraIds,TotalBitrate,ExtraType,Artists,AlbumArtists,ExternalId,SeriesPresentationUniqueKey,ShowId,OwnerId from TypedBaseItems A where ParentId=@ParentId"
[***** Censored collection names ******]
[2024-07-17 09:26:07.944 -06:00] [DBG] [8] Emby.Server.Implementations.ScheduledTasks.Tasks.CleanupCollectionAndPlaylistPathsTask: Found 0 playlists
[2024-07-17 09:26:07.945 -06:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean up collections and playlists" Completed after 0 minute(s) and 0 seconds
[2024-07-17 09:26:08.552 -06:00] [INF] [21] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 686.6049ms - 200
[2024-07-17 09:26:08.552 -06:00] [INF] [21] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 692.6793ms - 200
[2024-07-17 09:26:08.658 -06:00] [INF] [8] System.Net.Http.HttpClient.Default.LogicalHandler: Start processing HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opensubtitles.png"
[2024-07-17 09:26:08.658 -06:00] [INF] [8] System.Net.Http.HttpClient.Default.ClientHandler: Sending HTTP request "GET" "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opensubtitles.png"
[2024-07-17 09:26:08.813 -06:00] [INF] [11] System.Net.Http.HttpClient.Default.ClientHandler: Received HTTP response headers after 154.2562ms - 200
[2024-07-17 09:26:08.813 -06:00] [INF] [11] System.Net.Http.HttpClient.Default.LogicalHandler: End processing HTTP request after 154.5471ms - 200
[2024-07-17 09:26:08.895 -06:00] [INF] [21] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Update Plugins" Completed after 0 minute(s) and 1 seconds
[2024-07-17 09:26:11.577 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POD"" accepted.
[2024-07-17 09:26:11.577 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POD"" started.
[2024-07-17 09:26:11.578 -06:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:26:11.578 -06:00] [DBG] [11] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:26:11.578 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:11.578 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:26:11.578 -06:00] [DBG] [11] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:26:11.578 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:11.578 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:11.578 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:26:11.578 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:26:11.579 -06:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:26:11.579 -06:00] [DBG] [11] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:26:11.579 -06:00] [DBG] [21] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:26:11.579 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:26:11.579 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:26:11.579 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:11.580 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:11.580 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:11.580 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:11.580 -06:00] [DBG] [21] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 1.1875ms with message 'null'
[2024-07-17 09:26:11.580 -06:00] [DBG] [21] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 1.405ms
[2024-07-17 09:26:11.580 -06:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:26:11.581 -06:00] [DBG] [8] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301POD"" received FIN.
[2024-07-17 09:26:11.581 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POD"" completed keep alive response.
[2024-07-17 09:26:11.581 -06:00] [DBG] [8] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301POD"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:26:11.581 -06:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 3.2084ms
[2024-07-17 09:26:11.581 -06:00] [DBG] [8] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POD"" disconnecting.
[2024-07-17 09:26:11.582 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POD"" stopped.
[2024-07-17 09:26:16.606 -06:00] [DBG] [8] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POE"" accepted.
[2024-07-17 09:26:16.606 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POE"" started.
[2024-07-17 09:26:16.606 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:26:16.608 -06:00] [DBG] [10] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:26:16.608 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:16.608 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:26:16.608 -06:00] [DBG] [10] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:26:16.608 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:16.608 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:16.608 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:26:16.608 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:26:16.608 -06:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:26:16.608 -06:00] [DBG] [10] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:26:16.608 -06:00] [DBG] [10] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:26:16.609 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:26:16.609 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:26:16.609 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:16.609 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:16.609 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:16.609 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:16.610 -06:00] [DBG] [10] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 1.4277ms with message 'null'
[2024-07-17 09:26:16.610 -06:00] [DBG] [10] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 1.6342ms
[2024-07-17 09:26:16.610 -06:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:26:16.610 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POE"" completed keep alive response.
[2024-07-17 09:26:16.610 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 4.207ms
[2024-07-17 09:26:16.612 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301POE"" received FIN.
[2024-07-17 09:26:16.612 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POE"" disconnecting.
[2024-07-17 09:26:16.612 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POE"" stopped.
[2024-07-17 09:26:16.612 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301POE"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:26:21.715 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POF"" accepted.
[2024-07-17 09:26:21.715 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POF"" started.
[2024-07-17 09:26:21.719 -06:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:26:21.719 -06:00] [DBG] [11] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:26:21.719 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:21.719 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:26:21.722 -06:00] [DBG] [11] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:26:21.723 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:21.724 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:21.724 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:26:21.724 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:26:21.725 -06:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:26:21.725 -06:00] [DBG] [11] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:26:21.725 -06:00] [DBG] [11] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:26:21.726 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:26:21.726 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:26:21.726 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:21.726 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:21.727 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:21.727 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:21.727 -06:00] [DBG] [11] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 1.7242ms with message 'null'
[2024-07-17 09:26:21.727 -06:00] [DBG] [11] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 2.4575ms
[2024-07-17 09:26:21.728 -06:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:26:21.728 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POF"" completed keep alive response.
[2024-07-17 09:26:21.728 -06:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 9.2608ms
[2024-07-17 09:26:21.729 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301POF"" received FIN.
[2024-07-17 09:26:21.729 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POF"" disconnecting.
[2024-07-17 09:26:21.729 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POF"" stopped.
[2024-07-17 09:26:21.731 -06:00] [DBG] [8] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301POF"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:26:26.819 -06:00] [DBG] [8] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POG"" accepted.
[2024-07-17 09:26:26.819 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POG"" started.
[2024-07-17 09:26:26.820 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:26:26.820 -06:00] [DBG] [10] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:26:26.820 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:26.820 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:26:26.821 -06:00] [DBG] [10] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:26:26.821 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:26.821 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:26.821 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:26:26.821 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:26:26.821 -06:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:26:26.821 -06:00] [DBG] [10] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:26:26.822 -06:00] [DBG] [11] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:26:26.823 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:26:26.823 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:26:26.823 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:26.824 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:26.824 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:26.824 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:26.824 -06:00] [DBG] [11] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 2.3521ms with message 'null'
[2024-07-17 09:26:26.824 -06:00] [DBG] [11] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 2.7356ms
[2024-07-17 09:26:26.824 -06:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:26:26.824 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POG"" completed keep alive response.
[2024-07-17 09:26:26.825 -06:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 4.708ms
[2024-07-17 09:26:26.826 -06:00] [DBG] [8] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301POG"" received FIN.
[2024-07-17 09:26:26.826 -06:00] [DBG] [8] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POG"" disconnecting.
[2024-07-17 09:26:26.826 -06:00] [DBG] [8] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POG"" stopped.
[2024-07-17 09:26:26.827 -06:00] [DBG] [8] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301POG"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:26:29.854 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POH"" accepted.
[2024-07-17 09:26:29.855 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POH"" started.
[2024-07-17 09:26:29.856 -06:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/""" - null null
[2024-07-17 09:26:29.856 -06:00] [DBG] [11] Jellyfin.Api.Middleware.BaseUrlRedirectionMiddleware: Normalizing an URL at "/"
[2024-07-17 09:26:29.857 -06:00] [DBG] [11] Jellyfin.Api.Middleware.BaseUrlRedirectionMiddleware: Redirecting to "web/"
[2024-07-17 09:26:29.857 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POH"" completed keep alive response.
[2024-07-17 09:26:29.857 -06:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/""" - 302 0 null 1.359ms
[2024-07-17 09:26:29.871 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/web/""" - null null
[2024-07-17 09:26:29.876 -06:00] [INF] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The file "/index.html" was not modified
[2024-07-17 09:26:29.876 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Handled. Status code: 304 File: "/index.html"
[2024-07-17 09:26:29.877 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POH"" completed keep alive response.
[2024-07-17 09:26:29.878 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/web/""" - 304 null "text/html" 6.9784ms
[2024-07-17 09:26:29.919 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/web/main.jellyfin.bundle.js""?dafe991ea4b0f4a6e0a5" - null null
[2024-07-17 09:26:29.954 -06:00] [DBG] [10] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:30.037 -06:00] [INF] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/main.jellyfin.bundle.js"'. Physical path: '"/config/addons_config/jellyfin/web/main.jellyfin.bundle.js"'
[2024-07-17 09:26:30.039 -06:00] [DBG] [8] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POH"" completed keep alive response.
[2024-07-17 09:26:30.039 -06:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/web/main.jellyfin.bundle.js""?dafe991ea4b0f4a6e0a5" - 200 null "text/javascript" 119.6553ms
[2024-07-17 09:26:30.204 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/web/config.json""" - null null
[2024-07-17 09:26:30.205 -06:00] [DBG] [10] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:30.206 -06:00] [INF] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/config.json"'. Physical path: '"/config/addons_config/jellyfin/web/config.json"'
[2024-07-17 09:26:30.206 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POH"" completed keep alive response.
[2024-07-17 09:26:30.207 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/web/config.json""" - 200 null "application/json" 2.0935ms
[2024-07-17 09:26:30.240 -06:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/web/config.json""" - null null
[2024-07-17 09:26:30.241 -06:00] [DBG] [21] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:30.241 -06:00] [INF] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/config.json"'. Physical path: '"/config/addons_config/jellyfin/web/config.json"'
[2024-07-17 09:26:30.241 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POH"" completed keep alive response.
[2024-07-17 09:26:30.241 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/web/config.json""" - 200 null "application/json" 0.8127ms
[2024-07-17 09:26:30.262 -06:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/web/config.json""" - null null
[2024-07-17 09:26:30.263 -06:00] [DBG] [8] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:30.263 -06:00] [INF] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/config.json"'. Physical path: '"/config/addons_config/jellyfin/web/config.json"'
[2024-07-17 09:26:30.263 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POH"" completed keep alive response.
[2024-07-17 09:26:30.263 -06:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/web/config.json""" - 200 null "application/json" 0.7162ms
[2024-07-17 09:26:30.284 -06:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/System/Info/Public""" - null null
[2024-07-17 09:26:30.285 -06:00] [DBG] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:30.285 -06:00] [DBG] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/System/Info/Public" does not match a supported file type
[2024-07-17 09:26:30.285 -06:00] [DBG] [8] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:26:30.285 -06:00] [DBG] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:30.285 -06:00] [DBG] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:30.286 -06:00] [DBG] [8] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/System/Info/Public"'
[2024-07-17 09:26:30.286 -06:00] [DBG] [8] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"' with route pattern '"System/Info/Public"' is valid for the request path '"/System/Info/Public"'
[2024-07-17 09:26:30.287 -06:00] [DBG] [8] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
[2024-07-17 09:26:30.287 -06:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
[2024-07-17 09:26:30.294 -06:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetPublicSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.PublicSystemInfo] GetPublicSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
[2024-07-17 09:26:30.296 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:30.296 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:30.296 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:30.296 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:30.296 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:30.298 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api")
[2024-07-17 09:26:30.299 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api")
[2024-07-17 09:26:30.302 -06:00] [DBG] [8] Jellyfin.Networking.Manager.NetworkManager: Trying to get bind address for source "10.42.1.61" - External: False
[2024-07-17 09:26:30.304 -06:00] [DBG] [8] Jellyfin.Networking.Manager.NetworkManager: "10.42.1.61": No matching bind address override found
[2024-07-17 09:26:30.309 -06:00] [DBG] [8] Jellyfin.Networking.Manager.NetworkManager: "10.42.1.61": Internal request received, matching internal bind address found: "10.42.0.10"
[2024-07-17 09:26:30.311 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:30.313 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["*/*"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:30.314 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:26:30.315 -06:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.PublicSystemInfo"'.
[2024-07-17 09:26:30.326 -06:00] [DBG] [8] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:30.330 -06:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)" in 30.9786ms
[2024-07-17 09:26:30.330 -06:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
[2024-07-17 09:26:30.330 -06:00] [DBG] [8] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POH"" completed keep alive response.
[2024-07-17 09:26:30.330 -06:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/System/Info/Public""" - 200 null "application/json; charset=utf-8" 45.8118ms
[2024-07-17 09:26:30.356 -06:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/web/4333.cfb1664db2e629f294eb.chunk.js""" - null null
[2024-07-17 09:26:30.356 -06:00] [DBG] [8] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:30.377 -06:00] [INF] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/4333.cfb1664db2e629f294eb.chunk.js"'. Physical path: '"/config/addons_config/jellyfin/web/4333.cfb1664db2e629f294eb.chunk.js"'
[2024-07-17 09:26:30.377 -06:00] [DBG] [8] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POH"" completed keep alive response.
[2024-07-17 09:26:30.377 -06:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/web/4333.cfb1664db2e629f294eb.chunk.js""" - 200 null "text/javascript" 21.6448ms
[2024-07-17 09:26:30.412 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Branding/Css""" - null null
[2024-07-17 09:26:30.412 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:30.412 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/Branding/Css" does not match a supported file type
[2024-07-17 09:26:30.412 -06:00] [DBG] [10] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:26:30.412 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:30.412 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:30.412 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/Branding/Css"'
[2024-07-17 09:26:30.412 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)"' with route pattern '"Branding/Css"' is valid for the request path '"/Branding/Css"'
[2024-07-17 09:26:30.413 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)"'
[2024-07-17 09:26:30.413 -06:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)"'
[2024-07-17 09:26:30.415 -06:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetBrandingCss\", controller = \"Branding\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.String] GetBrandingCss()" on controller "Jellyfin.Api.Controllers.BrandingController" ("Jellyfin.Api").
[2024-07-17 09:26:30.415 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:30.415 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:30.419 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:30.419 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:30.419 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:30.419 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.BrandingController" ("Jellyfin.Api")
[2024-07-17 09:26:30.420 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.BrandingController" ("Jellyfin.Api")
[2024-07-17 09:26:30.427 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:30.427 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["*/*"]' and explicitly specified content types '["text/css"]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:30.428 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.CssOutputFormatter"' and content type '"text/css"' to write the response.
[2024-07-17 09:26:30.428 -06:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.String"'.
[2024-07-17 09:26:30.428 -06:00] [DBG] [10] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:30.429 -06:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)" in 9.2701ms
[2024-07-17 09:26:30.429 -06:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.BrandingController.GetBrandingCss (Jellyfin.Api)"'
[2024-07-17 09:26:30.430 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POH"" completed keep alive response.
[2024-07-17 09:26:30.431 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Branding/Css""" - 200 null "text/css; charset=utf-8" 18.8756ms
[2024-07-17 09:26:30.543 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/system/info/public""" - null null
[2024-07-17 09:26:30.544 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:30.544 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/system/info/public" does not match a supported file type
[2024-07-17 09:26:30.544 -06:00] [DBG] [10] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:26:30.544 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:30.544 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:30.545 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/system/info/public"'
[2024-07-17 09:26:30.545 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"' with route pattern '"System/Info/Public"' is valid for the request path '"/system/info/public"'
[2024-07-17 09:26:30.545 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
[2024-07-17 09:26:30.545 -06:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
[2024-07-17 09:26:30.545 -06:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetPublicSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.PublicSystemInfo] GetPublicSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
[2024-07-17 09:26:30.545 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:30.545 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:30.545 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:30.545 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:30.545 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:30.545 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api")
[2024-07-17 09:26:30.546 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api")
[2024-07-17 09:26:30.546 -06:00] [DBG] [10] Jellyfin.Networking.Manager.NetworkManager: Trying to get bind address for source "10.42.1.61" - External: False
[2024-07-17 09:26:30.546 -06:00] [DBG] [10] Jellyfin.Networking.Manager.NetworkManager: "10.42.1.61": No matching bind address override found
[2024-07-17 09:26:30.546 -06:00] [DBG] [10] Jellyfin.Networking.Manager.NetworkManager: "10.42.1.61": Internal request received, matching internal bind address found: "10.42.0.10"
[2024-07-17 09:26:30.547 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:30.547 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:30.547 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:26:30.547 -06:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.PublicSystemInfo"'.
[2024-07-17 09:26:30.547 -06:00] [DBG] [10] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:30.547 -06:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)" in 1.7034ms
[2024-07-17 09:26:30.547 -06:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetPublicSystemInfo (Jellyfin.Api)"'
[2024-07-17 09:26:30.547 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POH"" completed keep alive response.
[2024-07-17 09:26:30.547 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/system/info/public""" - 200 null "application/json; charset=utf-8" 3.9016ms
[2024-07-17 09:26:30.650 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/System/Info""" - null null
[2024-07-17 09:26:30.650 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:30.650 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/System/Info" does not match a supported file type
[2024-07-17 09:26:30.655 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Query: Compiling query expression: "
"'"DbSet<Device>()
    .FirstOrDefault(d => d.AccessToken == __token_0)"'
[2024-07-17 09:26:30.668 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Query: Generated query execution expression: "
"'"queryContext => ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync<Device>(
    asyncEnumerable: new SingleQueryingEnumerable<Device>(
        (RelationalQueryContext)queryContext,
        RelationalCommandCache.QueryExpression(
            Projection Mapping:
                EmptyProjectionMember -> Dictionary<IProperty, int> { [Property: Device.Id (int) Required PK AfterSave:Throw ValueGenerated.OnAdd, 0], [Property: Device.AccessToken (string) Required Index, 1], [Property: Device.AppName (string) Required MaxLength(64), 2], [Property: Device.AppVersion (string) Required MaxLength(32), 3], [Property: Device.DateCreated (DateTime) Required, 4], [Property: Device.DateLastActivity (DateTime) Required Index, 5], [Property: Device.DateModified (DateTime) Required, 6], [Property: Device.DeviceId (string) Required Index MaxLength(256), 7], [Property: Device.DeviceName (string) Required MaxLength(64), 8], [Property: Device.IsActive (bool) Required, 9], [Property: Device.UserId (Guid) Required FK Index, 10] }
            SELECT TOP(1) d.Id, d.AccessToken, d.AppName, d.AppVersion, d.DateCreated, d.DateLastActivity, d.DateModified, d.DeviceId, d.DeviceName, d.IsActive, d.UserId
            FROM Devices AS d
            WHERE d.AccessToken == @__token_0),
        null,
        Func<QueryContext, DbDataReader, ResultContext, SingleQueryResultCoordinator, Device>,
        Jellyfin.Server.Implementations.JellyfinDbContext,
        False,
        False,
        True
    ),
    cancellationToken: queryContext.CancellationToken)"'
[2024-07-17 09:26:30.677 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.677 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.677 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:30.677 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:30.678 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (1ms).
[2024-07-17 09:26:30.681 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:30.690 -06:00] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("11"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:30.694 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:30.720 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.720 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 30ms reading results.
[2024-07-17 09:26:30.720 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.720 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:30.730 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Device"' tracked by '"JellyfinDbContext"' changed state from 'Unchanged' to 'Modified'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:30.732 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Update: SaveChanges starting for '"JellyfinDbContext"'.
[2024-07-17 09:26:30.734 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.ChangeTracking: DetectChanges starting for '"JellyfinDbContext"'.
[2024-07-17 09:26:30.747 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.ChangeTracking: DetectChanges completed for '"JellyfinDbContext"'.
[2024-07-17 09:26:30.807 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.807 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.808 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:30.808 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:30.810 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (1ms).
[2024-07-17 09:26:30.810 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p10='?' (DbType = Int32), @p0='?' (Size = 32), @p1='?' (Size = 12), @p2='?' (Size = 7), @p3='?' (DbType = DateTime), @p4='?' (DbType = DateTime), @p5='?' (DbType = DateTime), @p6='?' (Size = 156), @p7='?' (Size = 6), @p8='?' (DbType = Boolean), @p9='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Devices\" SET \"AccessToken\" = @p0, \"AppName\" = @p1, \"AppVersion\" = @p2, \"DateCreated\" = @p3, \"DateLastActivity\" = @p4, \"DateModified\" = @p5, \"DeviceId\" = @p6, \"DeviceName\" = @p7, \"IsActive\" = @p8, \"UserId\" = @p9
WHERE \"Id\" = @p10
RETURNING 1;"
[2024-07-17 09:26:30.811 -06:00] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@p10='?' (DbType = Int32), @p0='?' (Size = 32), @p1='?' (Size = 12), @p2='?' (Size = 7), @p3='?' (DbType = DateTime), @p4='?' (DbType = DateTime), @p5='?' (DbType = DateTime), @p6='?' (Size = 156), @p7='?' (Size = 6), @p8='?' (DbType = Boolean), @p9='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Devices\" SET \"AccessToken\" = @p0, \"AppName\" = @p1, \"AppVersion\" = @p2, \"DateCreated\" = @p3, \"DateLastActivity\" = @p4, \"DateModified\" = @p5, \"DeviceId\" = @p6, \"DeviceName\" = @p7, \"IsActive\" = @p8, \"UserId\" = @p9
WHERE \"Id\" = @p10
RETURNING 1;"
[2024-07-17 09:26:30.828 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.829 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 10ms reading results.
[2024-07-17 09:26:30.829 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.830 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:30.833 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Device"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:30.834 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Update: SaveChanges completed for '"JellyfinDbContext"' with 1 entities written to the database.
[2024-07-17 09:26:30.838 -06:00] [DBG] [10] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:30.839 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:30.839 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:30.839 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/System/Info"'
[2024-07-17 09:26:30.839 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"' with route pattern '"System/Info"' is valid for the request path '"/System/Info"'
[2024-07-17 09:26:30.839 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
[2024-07-17 09:26:30.842 -06:00] [DBG] [10] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:30.848 -06:00] [DBG] [10] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:26:30.848 -06:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
[2024-07-17 09:26:30.849 -06:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.SystemInfo] GetSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
[2024-07-17 09:26:30.849 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:30.849 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:30.849 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:30.849 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:30.850 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:30.850 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api")
[2024-07-17 09:26:30.851 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api")
[2024-07-17 09:26:30.852 -06:00] [DBG] [10] Jellyfin.Networking.Manager.NetworkManager: Trying to get bind address for source "10.42.1.61" - External: False
[2024-07-17 09:26:30.852 -06:00] [DBG] [10] Jellyfin.Networking.Manager.NetworkManager: "10.42.1.61": No matching bind address override found
[2024-07-17 09:26:30.852 -06:00] [DBG] [10] Jellyfin.Networking.Manager.NetworkManager: "10.42.1.61": Internal request received, matching internal bind address found: "10.42.0.10"
[2024-07-17 09:26:30.853 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:30.853 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:30.853 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:26:30.853 -06:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.SystemInfo"'.
[2024-07-17 09:26:30.858 -06:00] [DBG] [10] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:30.858 -06:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)" in 8.3337ms
[2024-07-17 09:26:30.858 -06:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
[2024-07-17 09:26:30.858 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POH"" completed keep alive response.
[2024-07-17 09:26:30.858 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/System/Info""" - 200 null "application/json; charset=utf-8" 208.1481ms
[2024-07-17 09:26:30.869 -06:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"jellyfin.***********:8096""""/Sessions/Capabilities/Full""" - "application/json" 567
[2024-07-17 09:26:30.870 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POI"" accepted.
[2024-07-17 09:26:30.870 -06:00] [DBG] [13] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: The request has an origin header: '"http://jellyfin.***********:8096"'.
[2024-07-17 09:26:30.870 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POI"" started.
[2024-07-17 09:26:30.870 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POJ"" accepted.
[2024-07-17 09:26:30.870 -06:00] [INF] [13] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
[2024-07-17 09:26:30.870 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POJ"" started.
[2024-07-17 09:26:30.870 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: "POST" requests are not supported
[2024-07-17 09:26:30.870 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: "POST" requests are not supported
[2024-07-17 09:26:30.870 -06:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/socket""?api_key=c8f862f604e04b9aa614f9e3d74e8267&deviceId=TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvMTIxLjAuMC4wIFNhZmFyaS81MzcuMzZ8MTcwNjk0NzMwMzEyOQ11" - null null
[2024-07-17 09:26:30.870 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Users/c4d398ea85ad4dcc8a0ad59038bb16c9""" - null null
[2024-07-17 09:26:30.870 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:30.870 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/Users/c4d398ea85ad4dcc8a0ad59038bb16c9" does not match a supported file type
[2024-07-17 09:26:30.871 -06:00] [DBG] [11] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: The request has an origin header: '"http://jellyfin.***********:8096"'.
[2024-07-17 09:26:30.871 -06:00] [INF] [11] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
[2024-07-17 09:26:30.871 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:30.871 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/socket" does not match a supported file type
[2024-07-17 09:26:30.871 -06:00] [DBG] [8] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POK"" accepted.
[2024-07-17 09:26:30.872 -06:00] [DBG] [8] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POK"" started.
[2024-07-17 09:26:30.872 -06:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/DisplayPreferences/usersettings""?userId=c4d398ea85ad4dcc8a0ad59038bb16c9&client=emby" - null null
[2024-07-17 09:26:30.872 -06:00] [DBG] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:30.872 -06:00] [DBG] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/DisplayPreferences/usersettings" does not match a supported file type
[2024-07-17 09:26:30.875 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.875 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.875 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:30.875 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:30.875 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:30.875 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:30.876 -06:00] [INF] [13] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:30.876 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:30.876 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.876 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:30.876 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.876 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:30.877 -06:00] [DBG] [13] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:30.877 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: "POST" requests are not supported
[2024-07-17 09:26:30.878 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: "POST" requests are not supported
[2024-07-17 09:26:30.878 -06:00] [DBG] [13] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/Sessions/Capabilities/Full"'
[2024-07-17 09:26:30.878 -06:00] [DBG] [13] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api)"' with route pattern '"Sessions/Capabilities/Full"' is valid for the request path '"/Sessions/Capabilities/Full"'
[2024-07-17 09:26:30.878 -06:00] [DBG] [13] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api)"'
[2024-07-17 09:26:30.879 -06:00] [DBG] [13] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:30.880 -06:00] [DBG] [13] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:26:30.881 -06:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api)"'
[2024-07-17 09:26:30.888 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Infrastructure: Entity Framework Core "8.0.6" initialized '"JellyfinDbContext"' using provider '"Microsoft.EntityFrameworkCore.Sqlite":"8.0.6"' with options: "MaxPoolSize=1024 "
[2024-07-17 09:26:30.888 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Infrastructure: Entity Framework Core "8.0.6" initialized '"JellyfinDbContext"' using provider '"Microsoft.EntityFrameworkCore.Sqlite":"8.0.6"' with options: "MaxPoolSize=1024 "
[2024-07-17 09:26:30.888 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Infrastructure: Entity Framework Core "8.0.6" initialized '"JellyfinDbContext"' using provider '"Microsoft.EntityFrameworkCore.Sqlite":"8.0.6"' with options: "MaxPoolSize=1024 "
[2024-07-17 09:26:30.889 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:26:30.889 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:26:30.889 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.889 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.890 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:30.890 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:30.890 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:30.890 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:26:30.890 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:26:30.890 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.890 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.890 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:30.890 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:30.890 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:30.890 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:30.889 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:26:30.891 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (1ms).
[2024-07-17 09:26:30.891 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.891 -06:00] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:30.891 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:30.892 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.892 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:30.892 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:30.892 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:30.892 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:30.892 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:30.892 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.892 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:30.892 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.893 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:30.894 -06:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"PostFullCapabilities\", controller = \"Session\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] PostFullCapabilities(System.String, Jellyfin.Api.Models.SessionDtos.ClientCapabilitiesDto)" on controller "Jellyfin.Api.Controllers.SessionController" ("Jellyfin.Api").
[2024-07-17 09:26:30.895 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:30.895 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:30.895 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:30.895 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:30.895 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:30.895 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.SessionController" ("Jellyfin.Api")
[2024-07-17 09:26:30.895 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.SessionController" ("Jellyfin.Api")
[2024-07-17 09:26:30.899 -06:00] [DBG] [10] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:30.899 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:30.899 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:30.899 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9"'
[2024-07-17 09:26:30.899 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)"' with route pattern '"Users/{userId}"' is valid for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9"'
[2024-07-17 09:26:30.899 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)"'
[2024-07-17 09:26:30.900 -06:00] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("7"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:30.901 -06:00] [DBG] [10] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:30.901 -06:00] [DBG] [10] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:26:30.901 -06:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)"'
[2024-07-17 09:26:30.901 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("12"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:30.903 -06:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetUserById\", controller = \"User\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Dto.UserDto] GetUserById(System.Guid)" on controller "Jellyfin.Api.Controllers.UserController" ("Jellyfin.Api").
[2024-07-17 09:26:30.903 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:30.903 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:30.903 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:30.903 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:30.903 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:30.903 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.UserController" ("Jellyfin.Api")
[2024-07-17 09:26:30.904 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"id"' of type '"System.String"' ...
[2024-07-17 09:26:30.905 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.UserController" ("Jellyfin.Api")
[2024-07-17 09:26:30.906 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"userId"' of type '"System.Guid"' ...
[2024-07-17 09:26:30.907 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"userId"' of type '"System.Guid"' using the name '"userId"' in request data ...
[2024-07-17 09:26:30.908 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:30.908 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:30.908 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:30.908 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"userId"' of type '"System.Guid"' ...
[2024-07-17 09:26:30.909 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"id"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:30.909 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:30.910 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"id"' of type '"System.String"'.
[2024-07-17 09:26:30.911 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.911 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 9ms reading results.
[2024-07-17 09:26:30.911 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.911 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.911 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 11ms reading results.
[2024-07-17 09:26:30.912 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.912 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:30.912 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:30.912 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"id"' of type '"System.String"'.
[2024-07-17 09:26:30.915 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"id"' of type '"System.String"'.
[2024-07-17 09:26:30.915 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"id"' of type '"System.String"' ...
[2024-07-17 09:26:30.916 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:30.916 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"id"' of type '"System.String"'.
[2024-07-17 09:26:30.917 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"capabilities"' of type '"Jellyfin.Api.Models.SessionDtos.ClientCapabilitiesDto"' ...
[2024-07-17 09:26:30.918 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder: Attempting to bind parameter '"capabilities"' of type '"Jellyfin.Api.Models.SessionDtos.ClientCapabilitiesDto"' using the name '""' in request data ...
[2024-07-17 09:26:30.919 -06:00] [DBG] [24] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:30.919 -06:00] [DBG] [25] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:30.920 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder: Selected input formatter '"Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter"' for content type '"application/json"'.
[2024-07-17 09:26:30.920 -06:00] [DBG] [24] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:30.920 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:30.920 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:30.920 -06:00] [DBG] [24] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:30.920 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: No candidates found for the request path '"/socket"'
[2024-07-17 09:26:30.921 -06:00] [DBG] [24] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/DisplayPreferences/usersettings"'
[2024-07-17 09:26:30.921 -06:00] [DBG] [24] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api)"' with route pattern '"DisplayPreferences/{displayPreferencesId}"' is valid for the request path '"/DisplayPreferences/usersettings"'
[2024-07-17 09:26:30.921 -06:00] [DBG] [24] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api)"'
[2024-07-17 09:26:30.921 -06:00] [DBG] [24] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:30.921 -06:00] [DBG] [24] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:26:30.921 -06:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api)"'
[2024-07-17 09:26:30.922 -06:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetDisplayPreferences\", controller = \"DisplayPreferences\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Dto.DisplayPreferencesDto] GetDisplayPreferences(System.String, System.Nullable`1[System.Guid], System.String)" on controller "Jellyfin.Api.Controllers.DisplayPreferencesController" ("Jellyfin.Api").
[2024-07-17 09:26:30.922 -06:00] [DBG] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:30.922 -06:00] [DBG] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:30.922 -06:00] [DBG] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:30.922 -06:00] [DBG] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:30.922 -06:00] [DBG] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:30.922 -06:00] [DBG] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.DisplayPreferencesController" ("Jellyfin.Api")
[2024-07-17 09:26:30.922 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request did not match any endpoints
[2024-07-17 09:26:30.923 -06:00] [DBG] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.DisplayPreferencesController" ("Jellyfin.Api")
[2024-07-17 09:26:30.923 -06:00] [DBG] [24] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"displayPreferencesId"' of type '"System.String"' ...
[2024-07-17 09:26:30.923 -06:00] [DBG] [24] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"displayPreferencesId"' of type '"System.String"' using the name '"displayPreferencesId"' in request data ...
[2024-07-17 09:26:30.923 -06:00] [DBG] [24] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"displayPreferencesId"' of type '"System.String"'.
[2024-07-17 09:26:30.923 -06:00] [DBG] [24] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"displayPreferencesId"' of type '"System.String"'.
[2024-07-17 09:26:30.923 -06:00] [DBG] [24] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"displayPreferencesId"' of type '"System.String"' ...
[2024-07-17 09:26:30.924 -06:00] [DBG] [24] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"displayPreferencesId"' of type '"System.String"'.
[2024-07-17 09:26:30.924 -06:00] [DBG] [24] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"userId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:30.924 -06:00] [DBG] [24] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"userId"' of type '"System.Nullable`1[System.Guid]"' using the name '"userId"' in request data ...
[2024-07-17 09:26:30.925 -06:00] [DBG] [24] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"userId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:30.925 -06:00] [DBG] [24] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"userId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:30.925 -06:00] [DBG] [24] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"userId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:30.925 -06:00] [DBG] [24] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"userId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:30.925 -06:00] [DBG] [24] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"client"' of type '"System.String"' ...
[2024-07-17 09:26:30.926 -06:00] [DBG] [24] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"client"' of type '"System.String"' using the name '"client"' in request data ...
[2024-07-17 09:26:30.926 -06:00] [DBG] [24] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"client"' of type '"System.String"'.
[2024-07-17 09:26:30.926 -06:00] [DBG] [24] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"client"' of type '"System.String"'.
[2024-07-17 09:26:30.926 -06:00] [DBG] [24] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"client"' of type '"System.String"' ...
[2024-07-17 09:26:30.926 -06:00] [DBG] [24] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"client"' of type '"System.String"'.
[2024-07-17 09:26:30.927 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.928 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.928 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:30.928 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:30.928 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:30.928 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:30.929 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:30.929 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:30.929 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.929 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:30.929 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.930 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:30.930 -06:00] [INF] [25] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "10.42.1.61" request
[2024-07-17 09:26:30.933 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Query: Compiling query expression: "
"'"DbSet<DisplayPreferences>()
    .Include(pref => pref.HomeSections)
    .FirstOrDefault(pref => pref.UserId.Equals(__userId_0) && string.Equals(
        a: pref.Client,
        b: __client_1) && pref.ItemId.Equals(__itemId_2))"'
[2024-07-17 09:26:30.934 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:30.934 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:30.934 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Query: Including navigation: '"DisplayPreferences.HomeSections"'.
[2024-07-17 09:26:30.935 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:26:30.935 -06:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Dto.UserDto"'.
[2024-07-17 09:26:30.940 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POL"" accepted.
[2024-07-17 09:26:30.940 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POL"" started.
[2024-07-17 09:26:30.941 -06:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Sessions""?ControllableByUserId=c4d398ea85ad4dcc8a0ad59038bb16c9" - null null
[2024-07-17 09:26:30.941 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:30.941 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/Sessions" does not match a supported file type
[2024-07-17 09:26:30.942 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.943 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.943 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:30.943 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:30.943 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:30.944 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:30.944 -06:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:30.945 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:30.945 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.945 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:30.945 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.946 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:30.946 -06:00] [DBG] [11] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:30.946 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:30.946 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:30.959 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/Sessions"'
[2024-07-17 09:26:30.959 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"' with route pattern '"Sessions"' is valid for the request path '"/Sessions"'
[2024-07-17 09:26:30.960 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"'
[2024-07-17 09:26:30.960 -06:00] [DBG] [11] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:30.960 -06:00] [DBG] [11] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:26:30.961 -06:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"'
[2024-07-17 09:26:30.962 -06:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSessions\", controller = \"Session\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[MediaBrowser.Controller.Session.SessionInfo]] GetSessions(System.Nullable`1[System.Guid], System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.SessionController" ("Jellyfin.Api").
[2024-07-17 09:26:30.962 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:30.963 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:30.963 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:30.963 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:30.963 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:30.964 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.SessionController" ("Jellyfin.Api")
[2024-07-17 09:26:30.964 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.SessionController" ("Jellyfin.Api")
[2024-07-17 09:26:30.965 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"controllableByUserId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:30.965 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"controllableByUserId"' of type '"System.Nullable`1[System.Guid]"' using the name '"controllableByUserId"' in request data ...
[2024-07-17 09:26:30.965 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"controllableByUserId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:30.966 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"controllableByUserId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:30.966 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"controllableByUserId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:30.966 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"controllableByUserId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:30.966 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"deviceId"' of type '"System.String"' ...
[2024-07-17 09:26:30.967 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"deviceId"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:30.968 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"deviceId"' of type '"System.String"'.
[2024-07-17 09:26:30.968 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"deviceId"' of type '"System.String"'.
[2024-07-17 09:26:30.968 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"deviceId"' of type '"System.String"'.
[2024-07-17 09:26:30.968 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"deviceId"' of type '"System.String"' ...
[2024-07-17 09:26:30.969 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"deviceId"' of type '"System.String"'.
[2024-07-17 09:26:30.969 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"activeWithinSeconds"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:30.970 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Query: Compiling query expression: "
"'"DbSet<Device>()
    .OrderBy(d => d.Id)
    .Where(device => True)
    .Where(device => True)
    .Where(device => False || device.AccessToken == __query_AccessToken_0)
    .Count()"'
[2024-07-17 09:26:30.970 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"activeWithinSeconds"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:30.970 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"activeWithinSeconds"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:30.970 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"activeWithinSeconds"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:30.970 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"activeWithinSeconds"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:30.970 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"activeWithinSeconds"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:30.970 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"activeWithinSeconds"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:30.973 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:30.973 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:30.974 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:26:30.974 -06:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "OkResult`1", writing value of type '"System.Linq.Enumerable+WhereEnumerableIterator`1[[MediaBrowser.Controller.Session.SessionInfo, MediaBrowser.Controller, Version=10.9.7.0, Culture=neutral, PublicKeyToken=null]]"'.
[2024-07-17 09:26:30.984 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Query: Generated query execution expression: "
"'"queryContext => new SingleQueryingEnumerable<DisplayPreferences>(
    (RelationalQueryContext)queryContext,
    RelationalCommandCache.QueryExpression(
        Client Projections:
            0 -> Dictionary<IProperty, int> { [Property: DisplayPreferences.Id (int) Required PK AfterSave:Throw ValueGenerated.OnAdd, 0], [Property: DisplayPreferences.ChromecastVersion (ChromecastVersion) Required, 1], [Property: DisplayPreferences.Client (string) Required Index MaxLength(32), 2], [Property: DisplayPreferences.DashboardTheme (string) MaxLength(32), 3], [Property: DisplayPreferences.EnableNextVideoInfoOverlay (bool) Required, 4], [Property: DisplayPreferences.IndexBy (IndexingKind?), 5], [Property: DisplayPreferences.ItemId (Guid) Required Index, 6], [Property: DisplayPreferences.ScrollDirection (ScrollDirection) Required, 7], [Property: DisplayPreferences.ShowBackdrop (bool) Required, 8], [Property: DisplayPreferences.ShowSidebar (bool) Required, 9], [Property: DisplayPreferences.SkipBackwardLength (int) Required, 10], [Property: DisplayPreferences.SkipForwardLength (int) Required, 11], [Property: DisplayPreferences.TvHome (string) MaxLength(32), 12], [Property: DisplayPreferences.UserId (Guid) Required FK Index, 13] }
            1 -> 0
            2 -> Dictionary<IProperty, int> { [Property: HomeSection.Id (int) Required PK AfterSave:Throw ValueGenerated.OnAdd, 14], [Property: HomeSection.DisplayPreferencesId (int) Required FK Index, 15], [Property: HomeSection.Order (int) Required, 16], [Property: HomeSection.Type (HomeSectionType) Required, 17] }
            3 -> 14
        SELECT t.Id, t.ChromecastVersion, t.Client, t.DashboardTheme, t.EnableNextVideoInfoOverlay, t.IndexBy, t.ItemId, t.ScrollDirection, t.ShowBackdrop, t.ShowSidebar, t.SkipBackwardLength, t.SkipForwardLength, t.TvHome, t.UserId, h.Id, h.DisplayPreferencesId, h.Order, h.Type
        FROM
        (
            SELECT TOP(1) d.Id, d.ChromecastVersion, d.Client, d.DashboardTheme, d.EnableNextVideoInfoOverlay, d.IndexBy, d.ItemId, d.ScrollDirection, d.ShowBackdrop, d.ShowSidebar, d.SkipBackwardLength, d.SkipForwardLength, d.TvHome, d.UserId
            FROM DisplayPreferences AS d
            WHERE ((d.UserId == @__userId_0) && (d.Client == @__client_1)) && (d.ItemId == @__itemId_2)
        ) AS t
        LEFT JOIN HomeSection AS h ON t.Id == h.DisplayPreferencesId
        ORDER BY t.Id ASC),
    null,
    Func<QueryContext, DbDataReader, ResultContext, SingleQueryResultCoordinator, DisplayPreferences>,
    Jellyfin.Server.Implementations.JellyfinDbContext,
    False,
    False,
    True
)
    .SingleOrDefault()"'
[2024-07-17 09:26:30.994 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.994 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:30.994 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:30.995 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:30.995 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:30.995 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__userId_0='?' (DbType = Guid), @__client_1='?' (Size = 4), @__itemId_2='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"t\".\"Id\", \"t\".\"ChromecastVersion\", \"t\".\"Client\", \"t\".\"DashboardTheme\", \"t\".\"EnableNextVideoInfoOverlay\", \"t\".\"IndexBy\", \"t\".\"ItemId\", \"t\".\"ScrollDirection\", \"t\".\"ShowBackdrop\", \"t\".\"ShowSidebar\", \"t\".\"SkipBackwardLength\", \"t\".\"SkipForwardLength\", \"t\".\"TvHome\", \"t\".\"UserId\", \"h\".\"Id\", \"h\".\"DisplayPreferencesId\", \"h\".\"Order\", \"h\".\"Type\"
FROM (
    SELECT \"d\".\"Id\", \"d\".\"ChromecastVersion\", \"d\".\"Client\", \"d\".\"DashboardTheme\", \"d\".\"EnableNextVideoInfoOverlay\", \"d\".\"IndexBy\", \"d\".\"ItemId\", \"d\".\"ScrollDirection\", \"d\".\"ShowBackdrop\", \"d\".\"ShowSidebar\", \"d\".\"SkipBackwardLength\", \"d\".\"SkipForwardLength\", \"d\".\"TvHome\", \"d\".\"UserId\"
    FROM \"DisplayPreferences\" AS \"d\"
    WHERE \"d\".\"UserId\" = @__userId_0 AND \"d\".\"Client\" = @__client_1 AND \"d\".\"ItemId\" = @__itemId_2
    LIMIT 1
) AS \"t\"
LEFT JOIN \"HomeSection\" AS \"h\" ON \"t\".\"Id\" = \"h\".\"DisplayPreferencesId\"
ORDER BY \"t\".\"Id\""
[2024-07-17 09:26:30.997 -06:00] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("2"ms) [Parameters=["@__userId_0='?' (DbType = Guid), @__client_1='?' (Size = 4), @__itemId_2='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"t\".\"Id\", \"t\".\"ChromecastVersion\", \"t\".\"Client\", \"t\".\"DashboardTheme\", \"t\".\"EnableNextVideoInfoOverlay\", \"t\".\"IndexBy\", \"t\".\"ItemId\", \"t\".\"ScrollDirection\", \"t\".\"ShowBackdrop\", \"t\".\"ShowSidebar\", \"t\".\"SkipBackwardLength\", \"t\".\"SkipForwardLength\", \"t\".\"TvHome\", \"t\".\"UserId\", \"h\".\"Id\", \"h\".\"DisplayPreferencesId\", \"h\".\"Order\", \"h\".\"Type\"
FROM (
    SELECT \"d\".\"Id\", \"d\".\"ChromecastVersion\", \"d\".\"Client\", \"d\".\"DashboardTheme\", \"d\".\"EnableNextVideoInfoOverlay\", \"d\".\"IndexBy\", \"d\".\"ItemId\", \"d\".\"ScrollDirection\", \"d\".\"ShowBackdrop\", \"d\".\"ShowSidebar\", \"d\".\"SkipBackwardLength\", \"d\".\"SkipForwardLength\", \"d\".\"TvHome\", \"d\".\"UserId\"
    FROM \"DisplayPreferences\" AS \"d\"
    WHERE \"d\".\"UserId\" = @__userId_0 AND \"d\".\"Client\" = @__client_1 AND \"d\".\"ItemId\" = @__itemId_2
    LIMIT 1
) AS \"t\"
LEFT JOIN \"HomeSection\" AS \"h\" ON \"t\".\"Id\" = \"h\".\"DisplayPreferencesId\"
ORDER BY \"t\".\"Id\""
[2024-07-17 09:26:31.003 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"DisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.013 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Query: Generated query execution expression: "
"'"queryContext => ShapedQueryCompilingExpressionVisitor.SingleAsync<int>(
    asyncEnumerable: new SingleQueryingEnumerable<int>(
        (RelationalQueryContext)queryContext,
        RelationalCommandCache.QueryExpression(
            Projection Mapping:
                EmptyProjectionMember -> 0
            SELECT COUNT(*)
            FROM Devices AS d
            WHERE 0 || (d.AccessToken == @__query_AccessToken_0)),
        null,
        Func<QueryContext, DbDataReader, ResultContext, SingleQueryResultCoordinator, int>,
        Jellyfin.Server.Implementations.JellyfinDbContext,
        False,
        False,
        True
    ),
    cancellationToken: queryContext.CancellationToken)"'
[2024-07-17 09:26:31.027 -06:00] [DBG] [10] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:31.027 -06:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)" in 124.5778ms
[2024-07-17 09:26:31.028 -06:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserController.GetUserById (Jellyfin.Api)"'
[2024-07-17 09:26:31.028 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POJ"" completed keep alive response.
[2024-07-17 09:26:31.028 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Users/c4d398ea85ad4dcc8a0ad59038bb16c9""" - 200 null "application/json; charset=utf-8" 157.9252ms
[2024-07-17 09:26:31.029 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.029 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.029 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.029 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.030 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.030 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__query_AccessToken_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT COUNT(*)
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__query_AccessToken_0"
[2024-07-17 09:26:31.030 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_AccessToken_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT COUNT(*)
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__query_AccessToken_0"
[2024-07-17 09:26:31.031 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.031 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.031 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.031 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:31.036 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Query: Compiling query expression: "
"'"DbSet<Device>()
    .OrderBy(d => d.Id)
    .Where(device => True)
    .Where(device => True)
    .Where(device => False || device.AccessToken == __query_AccessToken_0)
    .Take(__p_1)"'
[2024-07-17 09:26:31.041 -06:00] [DBG] [13] Microsoft.AspNetCore.Server.Kestrel: Connection id ""0HN56EJ301POH"", Request id ""0HN56EJ301POH:0000000C"": started reading request body.
[2024-07-17 09:26:31.041 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"HomeSection"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.042 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Query: Generated query execution expression: "
"'"queryContext => new SingleQueryingEnumerable<Device>(
    (RelationalQueryContext)queryContext,
    RelationalCommandCache.QueryExpression(
        Projection Mapping:
            EmptyProjectionMember -> Dictionary<IProperty, int> { [Property: Device.Id (int) Required PK AfterSave:Throw ValueGenerated.OnAdd, 0], [Property: Device.AccessToken (string) Required Index, 1], [Property: Device.AppName (string) Required MaxLength(64), 2], [Property: Device.AppVersion (string) Required MaxLength(32), 3], [Property: Device.DateCreated (DateTime) Required, 4], [Property: Device.DateLastActivity (DateTime) Required Index, 5], [Property: Device.DateModified (DateTime) Required, 6], [Property: Device.DeviceId (string) Required Index MaxLength(256), 7], [Property: Device.DeviceName (string) Required MaxLength(64), 8], [Property: Device.IsActive (bool) Required, 9], [Property: Device.UserId (Guid) Required FK Index, 10] }
        SELECT TOP(@__p_1) d.Id, d.AccessToken, d.AppName, d.AppVersion, d.DateCreated, d.DateLastActivity, d.DateModified, d.DeviceId, d.DeviceName, d.IsActive, d.UserId
        FROM Devices AS d
        WHERE 0 || (d.AccessToken == @__query_AccessToken_0)
        ORDER BY d.Id ASC),
    null,
    Func<QueryContext, DbDataReader, ResultContext, SingleQueryResultCoordinator, Device>,
    Jellyfin.Server.Implementations.JellyfinDbContext,
    False,
    False,
    True
)"'
[2024-07-17 09:26:31.043 -06:00] [DBG] [13] Microsoft.AspNetCore.Server.Kestrel: Connection id ""0HN56EJ301POH"", Request id ""0HN56EJ301POH:0000000C"": done reading request body.
[2024-07-17 09:26:31.043 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.043 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.043 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.043 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.043 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.043 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__query_AccessToken_0='?' (Size = 32), @__p_1='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__query_AccessToken_0
ORDER BY \"d\".\"Id\"
LIMIT @__p_1"
[2024-07-17 09:26:31.043 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__query_AccessToken_0='?' (Size = 32), @__p_1='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__query_AccessToken_0
ORDER BY \"d\".\"Id\"
LIMIT @__p_1"
[2024-07-17 09:26:31.044 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.044 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.044 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.046 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.046 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:31.049 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"HomeSection"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.050 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"HomeSection"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.050 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"HomeSection"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.050 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"HomeSection"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.050 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"HomeSection"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.050 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"HomeSection"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.051 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.051 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 53ms reading results.
[2024-07-17 09:26:31.051 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.051 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:31.053 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Query: Compiling query expression: "
"'"DbSet<ItemDisplayPreferences>()
    .FirstOrDefault(pref => pref.UserId.Equals(__userId_0) && pref.ItemId.Equals(__itemId_1) && string.Equals(
        a: pref.Client,
        b: __client_2))"'
[2024-07-17 09:26:31.055 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Query: Compiling query expression: "
"'"DbSet<DeviceOptions>()
    .AsNoTracking()
    .FirstOrDefault(d => d.DeviceId == __deviceId_0)"'
[2024-07-17 09:26:31.058 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonInputFormatter: JSON input formatter succeeded, deserializing to type '"Jellyfin.Api.Models.SessionDtos.ClientCapabilitiesDto"'
[2024-07-17 09:26:31.059 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder: Done attempting to bind parameter '"capabilities"' of type '"Jellyfin.Api.Models.SessionDtos.ClientCapabilitiesDto"'.
[2024-07-17 09:26:31.059 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Query: Generated query execution expression: "
"'"queryContext => new SingleQueryingEnumerable<ItemDisplayPreferences>(
    (RelationalQueryContext)queryContext,
    RelationalCommandCache.QueryExpression(
        Projection Mapping:
            EmptyProjectionMember -> Dictionary<IProperty, int> { [Property: ItemDisplayPreferences.Id (int) Required PK AfterSave:Throw ValueGenerated.OnAdd, 0], [Property: ItemDisplayPreferences.Client (string) Required MaxLength(32), 1], [Property: ItemDisplayPreferences.IndexBy (IndexingKind?), 2], [Property: ItemDisplayPreferences.ItemId (Guid) Required, 3], [Property: ItemDisplayPreferences.RememberIndexing (bool) Required, 4], [Property: ItemDisplayPreferences.RememberSorting (bool) Required, 5], [Property: ItemDisplayPreferences.SortBy (string) Required MaxLength(64), 6], [Property: ItemDisplayPreferences.SortOrder (SortOrder) Required, 7], [Property: ItemDisplayPreferences.UserId (Guid) Required FK Index, 8], [Property: ItemDisplayPreferences.ViewType (ViewType) Required, 9] }
        SELECT TOP(1) i.Id, i.Client, i.IndexBy, i.ItemId, i.RememberIndexing, i.RememberSorting, i.SortBy, i.SortOrder, i.UserId, i.ViewType
        FROM ItemDisplayPreferences AS i
        WHERE ((i.UserId == @__userId_0) && (i.ItemId == @__itemId_1)) && (i.Client == @__client_2)),
    null,
    Func<QueryContext, DbDataReader, ResultContext, SingleQueryResultCoordinator, ItemDisplayPreferences>,
    Jellyfin.Server.Implementations.JellyfinDbContext,
    False,
    False,
    True
)
    .SingleOrDefault()"'
[2024-07-17 09:26:31.059 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"capabilities"' of type '"Jellyfin.Api.Models.SessionDtos.ClientCapabilitiesDto"'.
[2024-07-17 09:26:31.060 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.060 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.060 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.061 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.061 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.061 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__userId_0='?' (DbType = Guid), @__itemId_1='?' (DbType = Guid), @__client_2='?' (Size = 4)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"i\".\"Id\", \"i\".\"Client\", \"i\".\"IndexBy\", \"i\".\"ItemId\", \"i\".\"RememberIndexing\", \"i\".\"RememberSorting\", \"i\".\"SortBy\", \"i\".\"SortOrder\", \"i\".\"UserId\", \"i\".\"ViewType\"
FROM \"ItemDisplayPreferences\" AS \"i\"
WHERE \"i\".\"UserId\" = @__userId_0 AND \"i\".\"ItemId\" = @__itemId_1 AND \"i\".\"Client\" = @__client_2
LIMIT 1"
[2024-07-17 09:26:31.061 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"capabilities"' of type '"Jellyfin.Api.Models.SessionDtos.ClientCapabilitiesDto"' ...
[2024-07-17 09:26:31.061 -06:00] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__userId_0='?' (DbType = Guid), @__itemId_1='?' (DbType = Guid), @__client_2='?' (Size = 4)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"i\".\"Id\", \"i\".\"Client\", \"i\".\"IndexBy\", \"i\".\"ItemId\", \"i\".\"RememberIndexing\", \"i\".\"RememberSorting\", \"i\".\"SortBy\", \"i\".\"SortOrder\", \"i\".\"UserId\", \"i\".\"ViewType\"
FROM \"ItemDisplayPreferences\" AS \"i\"
WHERE \"i\".\"UserId\" = @__userId_0 AND \"i\".\"ItemId\" = @__itemId_1 AND \"i\".\"Client\" = @__client_2
LIMIT 1"
[2024-07-17 09:26:31.062 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Query: Generated query execution expression: "
"'"queryContext => ShapedQueryCompilingExpressionVisitor.SingleOrDefaultAsync<DeviceOptions>(
    asyncEnumerable: new SingleQueryingEnumerable<DeviceOptions>(
        (RelationalQueryContext)queryContext,
        RelationalCommandCache.QueryExpression(
            Projection Mapping:
                EmptyProjectionMember -> Dictionary<IProperty, int> { [Property: DeviceOptions.Id (int) Required PK AfterSave:Throw ValueGenerated.OnAdd, 0], [Property: DeviceOptions.CustomName (string), 1], [Property: DeviceOptions.DeviceId (string) Required Index, 2] }
            SELECT TOP(1) d.Id, d.CustomName, d.DeviceId
            FROM DeviceOptions AS d
            WHERE d.DeviceId == @__deviceId_0),
        null,
        Func<QueryContext, DbDataReader, ResultContext, SingleQueryResultCoordinator, DeviceOptions>,
        Jellyfin.Server.Implementations.JellyfinDbContext,
        False,
        False,
        True
    ),
    cancellationToken: queryContext.CancellationToken)"'
[2024-07-17 09:26:31.064 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.065 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.065 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.066 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.066 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.066 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__deviceId_0='?' (Size = 156)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"CustomName\", \"d\".\"DeviceId\"
FROM \"DeviceOptions\" AS \"d\"
WHERE \"d\".\"DeviceId\" = @__deviceId_0
LIMIT 1"
[2024-07-17 09:26:31.067 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__deviceId_0='?' (Size = 156)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"CustomName\", \"d\".\"DeviceId\"
FROM \"DeviceOptions\" AS \"d\"
WHERE \"d\".\"DeviceId\" = @__deviceId_0
LIMIT 1"
[2024-07-17 09:26:31.067 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.067 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.067 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.068 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:31.068 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"ItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.076 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"capabilities"' of type '"Jellyfin.Api.Models.SessionDtos.ClientCapabilitiesDto"'.
[2024-07-17 09:26:31.080 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.080 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.080 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.080 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.081 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.081 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__deviceId_0='?' (Size = 156)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"CustomName\", \"d\".\"DeviceId\"
FROM \"DeviceOptions\" AS \"d\"
WHERE \"d\".\"DeviceId\" = @__deviceId_0
LIMIT 1"
[2024-07-17 09:26:31.081 -06:00] [INF] [13] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__deviceId_0='?' (Size = 156)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"CustomName\", \"d\".\"DeviceId\"
FROM \"DeviceOptions\" AS \"d\"
WHERE \"d\".\"DeviceId\" = @__deviceId_0
LIMIT 1"
[2024-07-17 09:26:31.082 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.082 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.082 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.082 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:31.090 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.ChangeTracking: '"JellyfinDbContext"' generated a temporary value for the property '"ActivityLog"."Id"'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.091 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: '"JellyfinDbContext"' generated a temporary value for the property '"ActivityLog"."Id"'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.095 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.095 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 33ms reading results.
[2024-07-17 09:26:31.095 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.095 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:31.101 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Query: Compiling query expression: "
"'"DbSet<CustomItemDisplayPreferences>()
    .Where(prefs => prefs.UserId.Equals(__userId_0) && prefs.ItemId.Equals(__itemId_1) && string.Equals(
        a: prefs.Client,
        b: __client_2))"'
[2024-07-17 09:26:31.107 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Query: Generated query execution expression: "
"'"queryContext => new SingleQueryingEnumerable<CustomItemDisplayPreferences>(
    (RelationalQueryContext)queryContext,
    RelationalCommandCache.QueryExpression(
        Projection Mapping:
            EmptyProjectionMember -> Dictionary<IProperty, int> { [Property: CustomItemDisplayPreferences.Id (int) Required PK AfterSave:Throw ValueGenerated.OnAdd, 0], [Property: CustomItemDisplayPreferences.Client (string) Required Index MaxLength(32), 1], [Property: CustomItemDisplayPreferences.ItemId (Guid) Required Index, 2], [Property: CustomItemDisplayPreferences.Key (string) Required Index, 3], [Property: CustomItemDisplayPreferences.UserId (Guid) Required Index, 4], [Property: CustomItemDisplayPreferences.Value (string), 5] }
        SELECT c.Id, c.Client, c.ItemId, c.Key, c.UserId, c.Value
        FROM CustomItemDisplayPreferences AS c
        WHERE ((c.UserId == @__userId_0) && (c.ItemId == @__itemId_1)) && (c.Client == @__client_2)),
    null,
    Func<QueryContext, DbDataReader, ResultContext, SingleQueryResultCoordinator, CustomItemDisplayPreferences>,
    Jellyfin.Server.Implementations.JellyfinDbContext,
    False,
    False,
    True
)"'
[2024-07-17 09:26:31.121 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.121 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.121 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.121 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.121 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.122 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__userId_0='?' (DbType = Guid), @__itemId_1='?' (DbType = Guid), @__client_2='?' (Size = 4)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"c\".\"Id\", \"c\".\"Client\", \"c\".\"ItemId\", \"c\".\"Key\", \"c\".\"UserId\", \"c\".\"Value\"
FROM \"CustomItemDisplayPreferences\" AS \"c\"
WHERE \"c\".\"UserId\" = @__userId_0 AND \"c\".\"ItemId\" = @__itemId_1 AND \"c\".\"Client\" = @__client_2"
[2024-07-17 09:26:31.123 -06:00] [INF] [24] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("2"ms) [Parameters=["@__userId_0='?' (DbType = Guid), @__itemId_1='?' (DbType = Guid), @__client_2='?' (Size = 4)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"c\".\"Id\", \"c\".\"Client\", \"c\".\"ItemId\", \"c\".\"Key\", \"c\".\"UserId\", \"c\".\"Value\"
FROM \"CustomItemDisplayPreferences\" AS \"c\"
WHERE \"c\".\"UserId\" = @__userId_0 AND \"c\".\"ItemId\" = @__itemId_1 AND \"c\".\"Client\" = @__client_2"
[2024-07-17 09:26:31.126 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.133 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"ActivityLog"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.133 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"ActivityLog"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.133 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Update: SaveChanges starting for '"JellyfinDbContext"'.
[2024-07-17 09:26:31.134 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: DetectChanges starting for '"JellyfinDbContext"'.
[2024-07-17 09:26:31.133 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Update: SaveChanges starting for '"JellyfinDbContext"'.
[2024-07-17 09:26:31.134 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.ChangeTracking: DetectChanges starting for '"JellyfinDbContext"'.
[2024-07-17 09:26:31.138 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.138 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.138 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.138 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.138 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.138 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.138 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.138 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.138 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.138 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.138 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.138 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.138 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.138 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.139 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.139 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.139 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.139 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.139 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.139 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.139 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.139 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.139 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.139 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.139 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.139 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.139 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.139 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.139 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.139 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.139 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.139 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.139 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"CustomItemDisplayPreferences"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.139 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.139 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 15ms reading results.
[2024-07-17 09:26:31.139 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.139 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:31.141 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: DetectChanges starting for '"JellyfinDbContext"'.
[2024-07-17 09:26:31.153 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: DetectChanges completed for '"JellyfinDbContext"'.
[2024-07-17 09:26:31.154 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.ChangeTracking: DetectChanges completed for '"JellyfinDbContext"'.
[2024-07-17 09:26:31.165 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.165 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.165 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.165 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.166 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.166 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.166 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.166 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.167 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (1ms).
[2024-07-17 09:26:31.167 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p0='?' (DbType = DateTime), @p1='?', @p2='?' (DbType = Int32), @p3='?' (Size = 28), @p4='?', @p5='?' (DbType = UInt32), @p6='?' (Size = 22), @p7='?' (Size = 14), @p8='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""INSERT INTO \"ActivityLogs\" (\"DateCreated\", \"ItemId\", \"LogSeverity\", \"Name\", \"Overview\", \"RowVersion\", \"ShortOverview\", \"Type\", \"UserId\")
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8)
RETURNING \"Id\";"
[2024-07-17 09:26:31.167 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (1ms).
[2024-07-17 09:26:31.168 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p0='?' (DbType = DateTime), @p1='?', @p2='?' (DbType = Int32), @p3='?' (Size = 28), @p4='?', @p5='?' (DbType = UInt32), @p6='?' (Size = 22), @p7='?' (Size = 14), @p8='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""INSERT INTO \"ActivityLogs\" (\"DateCreated\", \"ItemId\", \"LogSeverity\", \"Name\", \"Overview\", \"RowVersion\", \"ShortOverview\", \"Type\", \"UserId\")
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8)
RETURNING \"Id\";"
[2024-07-17 09:26:31.169 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@p0='?' (DbType = DateTime), @p1='?', @p2='?' (DbType = Int32), @p3='?' (Size = 28), @p4='?', @p5='?' (DbType = UInt32), @p6='?' (Size = 22), @p7='?' (Size = 14), @p8='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""INSERT INTO \"ActivityLogs\" (\"DateCreated\", \"ItemId\", \"LogSeverity\", \"Name\", \"Overview\", \"RowVersion\", \"ShortOverview\", \"Type\", \"UserId\")
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8)
RETURNING \"Id\";"
[2024-07-17 09:26:31.180 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: The foreign key property '"ActivityLog"."Id"' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see property values.
[2024-07-17 09:26:31.186 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.187 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 13ms reading results.
[2024-07-17 09:26:31.187 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.187 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:31.190 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"ActivityLog"' tracked by '"JellyfinDbContext"' changed state from 'Added' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.190 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Update: SaveChanges completed for '"JellyfinDbContext"' with 1 entities written to the database.
[2024-07-17 09:26:31.199 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"User"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.202 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: DetectChanges completed for '"JellyfinDbContext"'.
[2024-07-17 09:26:31.204 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.204 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Update: SaveChanges starting for '"JellyfinDbContext"'.
[2024-07-17 09:26:31.204 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: DetectChanges starting for '"JellyfinDbContext"'.
[2024-07-17 09:26:31.205 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.205 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.205 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.205 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.205 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.205 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.ChangeTracking: DetectChanges completed for '"JellyfinDbContext"'.
[2024-07-17 09:26:31.205 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.205 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.206 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.206 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.206 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.206 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.206 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.206 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.206 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.206 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.206 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.206 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.207 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.207 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.207 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Permission"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.207 -06:00] [DBG] [24] Microsoft.EntityFrameworkCore.Update: SaveChanges completed for '"JellyfinDbContext"' with 0 entities written to the database.
[2024-07-17 09:26:31.207 -06:00] [DBG] [24] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:31.207 -06:00] [DBG] [24] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:31.208 -06:00] [DBG] [24] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:26:31.208 -06:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Dto.DisplayPreferencesDto"'.
[2024-07-17 09:26:31.209 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.210 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.210 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.210 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.210 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.210 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.210 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.211 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.211 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.211 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.211 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.211 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Preference"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.211 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Update: SaveChanges starting for '"JellyfinDbContext"'.
[2024-07-17 09:26:31.211 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: DetectChanges starting for '"JellyfinDbContext"'.
[2024-07-17 09:26:31.230 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: DetectChanges completed for '"JellyfinDbContext"'.
[2024-07-17 09:26:31.242 -06:00] [DBG] [11] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:31.242 -06:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)" in 278.4725ms
[2024-07-17 09:26:31.242 -06:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"'
[2024-07-17 09:26:31.242 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POL"" completed keep alive response.
[2024-07-17 09:26:31.242 -06:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Sessions""?ControllableByUserId=c4d398ea85ad4dcc8a0ad59038bb16c9" - 200 null "application/json; charset=utf-8" 301.5312ms
[2024-07-17 09:26:31.251 -06:00] [DBG] [24] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:31.252 -06:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api)" in 329.3311ms
[2024-07-17 09:26:31.252 -06:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DisplayPreferencesController.GetDisplayPreferences (Jellyfin.Api)"'
[2024-07-17 09:26:31.252 -06:00] [DBG] [24] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POK"" completed keep alive response.
[2024-07-17 09:26:31.252 -06:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/DisplayPreferences/usersettings""?userId=c4d398ea85ad4dcc8a0ad59038bb16c9&client=emby" - 200 null "application/json; charset=utf-8" 380.7786ms
[2024-07-17 09:26:31.260 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.260 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.261 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Transaction: Beginning transaction with isolation level '"Unspecified"'.
[2024-07-17 09:26:31.262 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Transaction: Began transaction with isolation level '"Serializable"'.
[2024-07-17 09:26:31.263 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.263 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.263 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.263 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.263 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.264 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.264 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.264 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.264 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.264 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.264 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.265 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.265 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.265 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.265 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.265 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.265 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.265 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.265 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.266 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.266 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.266 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.266 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.266 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.266 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.266 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.266 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.266 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.266 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.266 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.267 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.267 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.267 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.267 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.267 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.267 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.267 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.267 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.267 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.267 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.267 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.267 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.268 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.268 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.268 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.268 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.268 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.268 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.268 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.268 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.268 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.268 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.268 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.269 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.269 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.269 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.269 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.269 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.269 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.269 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.269 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.269 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.270 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.270 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.270 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.270 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.270 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.270 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.270 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.270 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.270 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.270 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.270 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.270 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.271 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.271 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.271 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.271 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.271 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.271 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.271 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.271 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.272 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.272 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.272 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.272 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.272 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.272 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.272 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.272 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.272 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.272 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.273 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.273 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.273 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.273 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.273 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.273 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.273 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.273 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.273 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.273 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.274 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.274 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.274 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.274 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.274 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.274 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.274 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.274 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.275 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.275 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.275 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.275 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.275 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.275 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.275 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.275 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.275 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.276 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.276 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.276 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.276 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.276 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.276 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.276 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.276 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.276 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.276 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.276 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.276 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.277 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.277 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.277 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.277 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.277 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.277 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.277 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.277 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.277 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.278 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.278 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.278 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.278 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.278 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Permissions\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.278 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.278 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.279 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.280 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.280 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.280 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.280 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.280 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.280 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.281 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.281 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.281 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.281 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.281 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.281 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.281 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.281 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.281 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.281 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.281 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.282 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.282 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.282 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.282 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.282 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.282 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.282 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.282 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.283 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.283 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.283 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.283 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.283 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.283 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.283 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.283 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.283 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.283 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.284 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.284 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.284 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.284 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.284 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.284 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.284 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.284 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.284 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.284 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.284 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.285 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.285 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.285 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.285 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.285 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.285 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.285 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.285 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.285 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.285 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.285 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.285 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.286 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.286 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.286 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.286 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.286 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.286 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.286 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.286 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (Size = 65)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.286 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (Size = 65)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.287 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.287 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.287 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.287 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.287 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.287 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.287 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?'"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.287 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.287 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.288 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.288 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.288 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.288 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (Size = 131)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.288 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p4='?' (DbType = Int32), @p0='?' (DbType = Int32), @p1='?' (DbType = UInt32), @p5='?' (DbType = UInt32), @p2='?' (DbType = Guid), @p3='?' (Size = 131)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Preferences\" SET \"Kind\" = @p0, \"RowVersion\" = @p1, \"UserId\" = @p2, \"Value\" = @p3
WHERE \"Id\" = @p4 AND \"RowVersion\" = @p5
RETURNING 1;"
[2024-07-17 09:26:31.288 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.288 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.310 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.310 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.312 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (2ms).
[2024-07-17 09:26:31.312 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@p29='?' (DbType = Guid), @p0='?' (Size = 3), @p1='?' (Size = 67), @p2='?', @p3='?' (DbType = Boolean), @p4='?' (DbType = Boolean), @p5='?' (DbType = Boolean), @p6='?' (DbType = Boolean), @p7='?' (DbType = Boolean), @p8='?' (DbType = Boolean), @p9='?' (DbType = Boolean), @p10='?' (DbType = Int64), @p11='?' (DbType = Int32), @p12='?' (DbType = DateTime), @p13='?' (DbType = DateTime), @p14='?' (DbType = Int32), @p15='?' (DbType = Int32), @p16='?' (DbType = Int32), @p17='?' (DbType = Boolean), @p18='?' (Size = 194), @p19='?' (Size = 66), @p20='?' (DbType = Boolean), @p21='?' (DbType = Boolean), @p22='?' (DbType = Boolean), @p23='?' (DbType = Int32), @p24='?' (DbType = UInt32), @p30='?' (DbType = UInt32), @p25='?' (Size = 3), @p26='?' (DbType = Int32), @p27='?' (DbType = Int32), @p28='?' (Size = 6)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Users\" SET \"AudioLanguagePreference\" = @p0, \"AuthenticationProviderId\" = @p1, \"CastReceiverId\" = @p2, \"DisplayCollectionsView\" = @p3, \"DisplayMissingEpisodes\" = @p4, \"EnableAutoLogin\" = @p5, \"EnableLocalPassword\" = @p6, \"EnableNextEpisodeAutoPlay\" = @p7, \"EnableUserPreferenceAccess\" = @p8, \"HidePlayedInLatest\" = @p9, \"InternalId\" = @p10, \"InvalidLoginAttemptCount\" = @p11, \"LastActivityDate\" = @p12, \"LastLoginDate\" = @p13, \"LoginAttemptsBeforeLockout\" = @p14, \"MaxActiveSessions\" = @p15, \"MaxParentalAgeRating\" = @p16, \"MustUpdatePassword\" = @p17, \"Password\" = @p18, \"PasswordResetProviderId\" = @p19, \"PlayDefaultAudioTrack\" = @p20, \"RememberAudioSelections\" = @p21, \"RememberSubtitleSelections\" = @p22, \"RemoteClientBitrateLimit\" = @p23, \"RowVersion\" = @p24, \"SubtitleLanguagePreference\" = @p25, \"SubtitleMode\" = @p26, \"SyncPlayAccess\" = @p27, \"Username\" = @p28
WHERE \"Id\" = @p29 AND \"RowVersion\" = @p30
RETURNING 1;"
[2024-07-17 09:26:31.312 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@p29='?' (DbType = Guid), @p0='?' (Size = 3), @p1='?' (Size = 67), @p2='?', @p3='?' (DbType = Boolean), @p4='?' (DbType = Boolean), @p5='?' (DbType = Boolean), @p6='?' (DbType = Boolean), @p7='?' (DbType = Boolean), @p8='?' (DbType = Boolean), @p9='?' (DbType = Boolean), @p10='?' (DbType = Int64), @p11='?' (DbType = Int32), @p12='?' (DbType = DateTime), @p13='?' (DbType = DateTime), @p14='?' (DbType = Int32), @p15='?' (DbType = Int32), @p16='?' (DbType = Int32), @p17='?' (DbType = Boolean), @p18='?' (Size = 194), @p19='?' (Size = 66), @p20='?' (DbType = Boolean), @p21='?' (DbType = Boolean), @p22='?' (DbType = Boolean), @p23='?' (DbType = Int32), @p24='?' (DbType = UInt32), @p30='?' (DbType = UInt32), @p25='?' (Size = 3), @p26='?' (DbType = Int32), @p27='?' (DbType = Int32), @p28='?' (Size = 6)"], CommandType='Text', CommandTimeout='30']"
""UPDATE \"Users\" SET \"AudioLanguagePreference\" = @p0, \"AuthenticationProviderId\" = @p1, \"CastReceiverId\" = @p2, \"DisplayCollectionsView\" = @p3, \"DisplayMissingEpisodes\" = @p4, \"EnableAutoLogin\" = @p5, \"EnableLocalPassword\" = @p6, \"EnableNextEpisodeAutoPlay\" = @p7, \"EnableUserPreferenceAccess\" = @p8, \"HidePlayedInLatest\" = @p9, \"InternalId\" = @p10, \"InvalidLoginAttemptCount\" = @p11, \"LastActivityDate\" = @p12, \"LastLoginDate\" = @p13, \"LoginAttemptsBeforeLockout\" = @p14, \"MaxActiveSessions\" = @p15, \"MaxParentalAgeRating\" = @p16, \"MustUpdatePassword\" = @p17, \"Password\" = @p18, \"PasswordResetProviderId\" = @p19, \"PlayDefaultAudioTrack\" = @p20, \"RememberAudioSelections\" = @p21, \"RememberSubtitleSelections\" = @p22, \"RemoteClientBitrateLimit\" = @p23, \"RowVersion\" = @p24, \"SubtitleLanguagePreference\" = @p25, \"SubtitleMode\" = @p26, \"SyncPlayAccess\" = @p27, \"Username\" = @p28
WHERE \"Id\" = @p29 AND \"RowVersion\" = @p30
RETURNING 1;"
[2024-07-17 09:26:31.316 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.316 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.319 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Transaction: Committing transaction.
[2024-07-17 09:26:31.322 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Transaction: Committed transaction.
[2024-07-17 09:26:31.323 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.324 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:31.325 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Transaction: Disposing transaction.
[2024-07-17 09:26:31.328 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"User"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.330 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Permission"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.330 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Permission"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.330 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Permission"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.330 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Permission"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.330 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Permission"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.330 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Permission"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.330 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Permission"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.330 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Permission"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.330 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Permission"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.330 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Permission"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.330 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Permission"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.330 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Permission"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.330 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Permission"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.330 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Permission"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.330 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Permission"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.330 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Permission"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.330 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Permission"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.330 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Permission"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.331 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Permission"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.331 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Permission"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.331 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Permission"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.332 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Preference"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.332 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Preference"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.332 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Preference"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.332 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Preference"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.332 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Preference"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.332 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Preference"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.332 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Preference"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.332 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Preference"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.332 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Preference"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.332 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Preference"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.332 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Preference"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.332 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"Preference"' tracked by '"JellyfinDbContext"' changed state from 'Modified' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.332 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Update: SaveChanges completed for '"JellyfinDbContext"' with 34 entities written to the database.
[2024-07-17 09:26:31.333 -06:00] [DBG] [25] Emby.Server.Implementations.Session.SessionManager: Creating new "WebSocketController"
[2024-07-17 09:26:31.334 -06:00] [DBG] [25] Emby.Server.Implementations.Session.WebSocketController: Adding websocket to session "e424e7ee2f0ff7cd09aa81dad58cca62"
[2024-07-17 09:26:31.343 -06:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/web/1f0f6cdb23348c639cc5.woff2""" - null null
[2024-07-17 09:26:31.343 -06:00] [DBG] [24] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: The request has an origin header: '"http://jellyfin.***********:8096"'.
[2024-07-17 09:26:31.343 -06:00] [INF] [24] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
[2024-07-17 09:26:31.343 -06:00] [DBG] [24] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: Response compression is not enabled for the Content-Type '"font/woff2"'.
[2024-07-17 09:26:31.345 -06:00] [INF] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: Sending file. Request path: '"/1f0f6cdb23348c639cc5.woff2"'. Physical path: '"/config/addons_config/jellyfin/web/1f0f6cdb23348c639cc5.woff2"'
[2024-07-17 09:26:31.345 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POK"" completed keep alive response.
[2024-07-17 09:26:31.346 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/web/1f0f6cdb23348c639cc5.woff2""" - 200 115008 "font/woff2" 2.7036ms
[2024-07-17 09:26:31.354 -06:00] [DBG] [25] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "10.42.1.61" received message: InboundWebSocketMessage`1 { Data: null, MessageType: KeepAlive, ServerId: null }
[2024-07-17 09:26:31.386 -06:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Views""" - null null
[2024-07-17 09:26:31.387 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.387 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Views" does not match a supported file type
[2024-07-17 09:26:31.387 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.387 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.387 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.387 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.387 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.388 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:31.388 -06:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:31.388 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.388 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.388 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.388 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.388 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:31.388 -06:00] [DBG] [21] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:31.388 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.388 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.390 -06:00] [DBG] [21] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Views"'
[2024-07-17 09:26:31.390 -06:00] [DBG] [21] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.UserViewsController.GetUserViewsLegacy (Jellyfin.Api)"' with route pattern '"Users/{userId}/Views"' is valid for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Views"'
[2024-07-17 09:26:31.390 -06:00] [DBG] [21] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.UserViewsController.GetUserViewsLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:31.390 -06:00] [DBG] [21] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:31.390 -06:00] [DBG] [21] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:26:31.390 -06:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserViewsController.GetUserViewsLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:31.392 -06:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetUserViewsLegacy\", controller = \"UserViews\"}". Executing controller action with signature "MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto] GetUserViewsLegacy(System.Guid, System.Nullable`1[System.Boolean], System.Nullable`1[Jellyfin.Data.Enums.CollectionType][], Boolean)" on controller "Jellyfin.Api.Controllers.UserViewsController" ("Jellyfin.Api").
[2024-07-17 09:26:31.392 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:31.392 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:31.392 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:31.393 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:31.393 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:31.393 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.UserViewsController" ("Jellyfin.Api")
[2024-07-17 09:26:31.393 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.UserViewsController" ("Jellyfin.Api")
[2024-07-17 09:26:31.393 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"userId"' of type '"System.Guid"' ...
[2024-07-17 09:26:31.393 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"userId"' of type '"System.Guid"' using the name '"userId"' in request data ...
[2024-07-17 09:26:31.393 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:31.393 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:31.393 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"userId"' of type '"System.Guid"' ...
[2024-07-17 09:26:31.393 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:31.393 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"includeExternalContent"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.393 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"includeExternalContent"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:31.393 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"includeExternalContent"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.393 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"includeExternalContent"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.393 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"includeExternalContent"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.393 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"includeExternalContent"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.393 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"includeExternalContent"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.393 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"presetViews"' of type '"System.Nullable`1[Jellyfin.Data.Enums.CollectionType][]"' ...
[2024-07-17 09:26:31.394 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"presetViews"' of type '"System.Nullable`1[Jellyfin.Data.Enums.CollectionType][]"'.
[2024-07-17 09:26:31.394 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"presetViews"' of type '"System.Nullable`1[Jellyfin.Data.Enums.CollectionType][]"' ...
[2024-07-17 09:26:31.395 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"presetViews"' of type '"System.Nullable`1[Jellyfin.Data.Enums.CollectionType][]"'.
[2024-07-17 09:26:31.395 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"includeHidden"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.395 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"includeHidden"' of type '"System.Boolean"' using the name '""' in request data ...
[2024-07-17 09:26:31.395 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"includeHidden"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.395 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"includeHidden"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.396 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"includeHidden"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.396 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"includeHidden"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.396 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"includeHidden"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.402 -06:00] [DBG] [21] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:31.404 -06:00] [DBG] [21] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:31.404 -06:00] [DBG] [21] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:31.404 -06:00] [DBG] [21] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:31.405 -06:00] [DBG] [21] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:31.405 -06:00] [DBG] [21] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:31.469 -06:00] [INF] [13] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("302"ms) [Parameters=["@p0='?' (DbType = DateTime), @p1='?', @p2='?' (DbType = Int32), @p3='?' (Size = 28), @p4='?', @p5='?' (DbType = UInt32), @p6='?' (Size = 22), @p7='?' (Size = 14), @p8='?' (DbType = Guid)"], CommandType='Text', CommandTimeout='30']"
""INSERT INTO \"ActivityLogs\" (\"DateCreated\", \"ItemId\", \"LogSeverity\", \"Name\", \"Overview\", \"RowVersion\", \"ShortOverview\", \"Type\", \"UserId\")
VALUES (@p0, @p1, @p2, @p3, @p4, @p5, @p6, @p7, @p8)
RETURNING \"Id\";"
[2024-07-17 09:26:31.470 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.ChangeTracking: The foreign key property '"ActivityLog"."Id"' was detected as changed. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see property values.
[2024-07-17 09:26:31.473 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.473 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 3ms reading results.
[2024-07-17 09:26:31.473 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.474 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:31.474 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.ChangeTracking: An entity of type '"ActivityLog"' tracked by '"JellyfinDbContext"' changed state from 'Added' to 'Unchanged'. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.474 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Update: SaveChanges completed for '"JellyfinDbContext"' with 1 entities written to the database.
[2024-07-17 09:26:31.477 -06:00] [INF] [13] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
[2024-07-17 09:26:31.477 -06:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api)" in 581.6078ms
[2024-07-17 09:26:31.477 -06:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SessionController.PostFullCapabilities (Jellyfin.Api)"'
[2024-07-17 09:26:31.477 -06:00] [DBG] [13] Jellyfin.Api.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://jellyfin.***********:8096/Sessions/Capabilities/Full" to "10.42.1.61" in 0:00:00.6079403 with Status Code 204
[2024-07-17 09:26:31.477 -06:00] [DBG] [13] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POH"" completed keep alive response.
[2024-07-17 09:26:31.477 -06:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"jellyfin.***********:8096""""/Sessions/Capabilities/Full""" - 204 null null 608.3177ms
[2024-07-17 09:26:31.501 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:31.501 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:31.501 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:26:31.502 -06:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.7.0, Culture=neutral, PublicKeyToken=null]]"'.
[2024-07-17 09:26:31.544 -06:00] [DBG] [21] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:31.545 -06:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserViewsController.GetUserViewsLegacy (Jellyfin.Api)" in 152.1493ms
[2024-07-17 09:26:31.545 -06:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserViewsController.GetUserViewsLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:31.545 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POK"" completed keep alive response.
[2024-07-17 09:26:31.545 -06:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Views""" - 200 null "application/json; charset=utf-8" 158.5614ms
[2024-07-17 09:26:31.548 -06:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Views""" - null null
[2024-07-17 09:26:31.548 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.548 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Views" does not match a supported file type
[2024-07-17 09:26:31.549 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.549 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.549 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.549 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.549 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.549 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:31.549 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:31.549 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.549 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.549 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.549 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.550 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:31.550 -06:00] [DBG] [25] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:31.550 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.550 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.551 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Views"'
[2024-07-17 09:26:31.551 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.UserViewsController.GetUserViewsLegacy (Jellyfin.Api)"' with route pattern '"Users/{userId}/Views"' is valid for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Views"'
[2024-07-17 09:26:31.551 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.UserViewsController.GetUserViewsLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:31.552 -06:00] [DBG] [25] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:31.552 -06:00] [DBG] [25] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:26:31.552 -06:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserViewsController.GetUserViewsLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:31.552 -06:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetUserViewsLegacy\", controller = \"UserViews\"}". Executing controller action with signature "MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto] GetUserViewsLegacy(System.Guid, System.Nullable`1[System.Boolean], System.Nullable`1[Jellyfin.Data.Enums.CollectionType][], Boolean)" on controller "Jellyfin.Api.Controllers.UserViewsController" ("Jellyfin.Api").
[2024-07-17 09:26:31.552 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:31.552 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:31.552 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:31.552 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:31.552 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:31.552 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.UserViewsController" ("Jellyfin.Api")
[2024-07-17 09:26:31.553 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.UserViewsController" ("Jellyfin.Api")
[2024-07-17 09:26:31.553 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"userId"' of type '"System.Guid"' ...
[2024-07-17 09:26:31.553 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"userId"' of type '"System.Guid"' using the name '"userId"' in request data ...
[2024-07-17 09:26:31.553 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:31.553 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:31.553 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"userId"' of type '"System.Guid"' ...
[2024-07-17 09:26:31.553 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:31.553 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"includeExternalContent"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.553 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"includeExternalContent"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:31.553 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"includeExternalContent"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.553 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"includeExternalContent"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.553 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"includeExternalContent"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.553 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"includeExternalContent"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.553 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"includeExternalContent"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.553 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"presetViews"' of type '"System.Nullable`1[Jellyfin.Data.Enums.CollectionType][]"' ...
[2024-07-17 09:26:31.554 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"presetViews"' of type '"System.Nullable`1[Jellyfin.Data.Enums.CollectionType][]"'.
[2024-07-17 09:26:31.554 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"presetViews"' of type '"System.Nullable`1[Jellyfin.Data.Enums.CollectionType][]"' ...
[2024-07-17 09:26:31.554 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"presetViews"' of type '"System.Nullable`1[Jellyfin.Data.Enums.CollectionType][]"'.
[2024-07-17 09:26:31.554 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"includeHidden"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.554 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"includeHidden"' of type '"System.Boolean"' using the name '""' in request data ...
[2024-07-17 09:26:31.554 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"includeHidden"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.554 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"includeHidden"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.554 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"includeHidden"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.554 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"includeHidden"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.554 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"includeHidden"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.554 -06:00] [DBG] [25] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:31.554 -06:00] [DBG] [25] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:31.554 -06:00] [DBG] [25] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:31.554 -06:00] [DBG] [25] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:31.554 -06:00] [DBG] [25] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:31.554 -06:00] [DBG] [25] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:31.562 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:31.562 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:31.562 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:26:31.562 -06:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.7.0, Culture=neutral, PublicKeyToken=null]]"'.
[2024-07-17 09:26:31.563 -06:00] [DBG] [25] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:31.563 -06:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserViewsController.GetUserViewsLegacy (Jellyfin.Api)" in 10.9763ms
[2024-07-17 09:26:31.563 -06:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserViewsController.GetUserViewsLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:31.563 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POK"" completed keep alive response.
[2024-07-17 09:26:31.563 -06:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Views""" - 200 null "application/json; charset=utf-8" 15.16ms
[2024-07-17 09:26:31.583 -06:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/LiveTv/Programs/Recommended""?userId=c4d398ea85ad4dcc8a0ad59038bb16c9&IsAiring=true&limit=1&ImageTypeLimit=1&EnableImageTypes=Primary%2CThumb%2CBackdrop&EnableTotalRecordCount=false&Fields=ChannelInfo%2CPrimaryImageAspectRatio" - null null
[2024-07-17 09:26:31.584 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.584 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/LiveTv/Programs/Recommended" does not match a supported file type
[2024-07-17 09:26:31.584 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.584 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.584 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.584 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.584 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.584 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:31.584 -06:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:31.585 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.585 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.585 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.585 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.585 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:31.585 -06:00] [DBG] [21] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:31.585 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.585 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.585 -06:00] [DBG] [21] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 2 candidate(s) found for the request path '"/LiveTv/Programs/Recommended"'
[2024-07-17 09:26:31.585 -06:00] [DBG] [21] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.LiveTvController.GetRecommendedPrograms (Jellyfin.Api)"' with route pattern '"LiveTv/Programs/Recommended"' is valid for the request path '"/LiveTv/Programs/Recommended"'
[2024-07-17 09:26:31.585 -06:00] [DBG] [21] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.LiveTvController.GetProgram (Jellyfin.Api)"' with route pattern '"LiveTv/Programs/{programId}"' is valid for the request path '"/LiveTv/Programs/Recommended"'
[2024-07-17 09:26:31.585 -06:00] [DBG] [21] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.LiveTvController.GetRecommendedPrograms (Jellyfin.Api)"'
[2024-07-17 09:26:31.585 -06:00] [DBG] [21] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:31.586 -06:00] [DBG] [21] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:26:31.586 -06:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.LiveTvController.GetRecommendedPrograms (Jellyfin.Api)"'
[2024-07-17 09:26:31.592 -06:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetRecommendedPrograms\", controller = \"LiveTv\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]]] GetRecommendedPrograms(System.Nullable`1[System.Guid], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Guid[], MediaBrowser.Model.Querying.ItemFields[], System.Nullable`1[System.Boolean], Boolean)" on controller "Jellyfin.Api.Controllers.LiveTvController" ("Jellyfin.Api").
[2024-07-17 09:26:31.592 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:31.592 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:31.592 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:31.592 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:31.592 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:31.592 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.LiveTvController" ("Jellyfin.Api")
[2024-07-17 09:26:31.594 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.LiveTvController" ("Jellyfin.Api")
[2024-07-17 09:26:31.594 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"userId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:31.594 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"userId"' of type '"System.Nullable`1[System.Guid]"' using the name '"userId"' in request data ...
[2024-07-17 09:26:31.594 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"userId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.594 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"userId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.594 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"userId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:31.594 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"userId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.594 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.594 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"' using the name '"limit"' in request data ...
[2024-07-17 09:26:31.594 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.594 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.594 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"limit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.595 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"limit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.595 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isAiring"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.595 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isAiring"' of type '"System.Nullable`1[System.Boolean]"' using the name '"isAiring"' in request data ...
[2024-07-17 09:26:31.595 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isAiring"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.595 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isAiring"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.595 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isAiring"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.595 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isAiring"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.595 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"hasAired"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.595 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"hasAired"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:31.595 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"hasAired"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.595 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"hasAired"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.595 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"hasAired"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.595 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"hasAired"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.595 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"hasAired"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.595 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isSeries"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.595 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isSeries"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:31.595 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isSeries"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.595 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isSeries"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.595 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isSeries"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.595 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isSeries"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.595 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isSeries"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.595 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isMovie"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.595 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isMovie"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:31.595 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isMovie"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.600 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isMovie"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.600 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isMovie"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.600 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isMovie"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.600 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isMovie"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.600 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isNews"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isNews"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isNews"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isNews"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isNews"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isNews"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isNews"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isKids"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isKids"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isKids"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isKids"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isKids"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isKids"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isKids"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isSports"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isSports"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isSports"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isSports"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isSports"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isSports"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isSports"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' using the name '"imageTypeLimit"' in request data ...
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.601 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"' ...
[2024-07-17 09:26:31.602 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"'.
[2024-07-17 09:26:31.602 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"' ...
[2024-07-17 09:26:31.603 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"'.
[2024-07-17 09:26:31.603 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"genreIds"' of type '"System.Guid[]"' ...
[2024-07-17 09:26:31.603 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"genreIds"' of type '"System.Guid[]"'.
[2024-07-17 09:26:31.603 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"genreIds"' of type '"System.Guid[]"' ...
[2024-07-17 09:26:31.604 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"genreIds"' of type '"System.Guid[]"'.
[2024-07-17 09:26:31.604 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"' ...
[2024-07-17 09:26:31.605 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"'.
[2024-07-17 09:26:31.605 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"' ...
[2024-07-17 09:26:31.606 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"'.
[2024-07-17 09:26:31.606 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.606 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:31.606 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.606 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.606 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.606 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.606 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.606 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableTotalRecordCount"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.606 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableTotalRecordCount"' of type '"System.Boolean"' using the name '"enableTotalRecordCount"' in request data ...
[2024-07-17 09:26:31.606 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableTotalRecordCount"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.606 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableTotalRecordCount"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.606 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableTotalRecordCount"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.606 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableTotalRecordCount"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.624 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:31.624 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:31.624 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:26:31.624 -06:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.7.0, Culture=neutral, PublicKeyToken=null]]"'.
[2024-07-17 09:26:31.624 -06:00] [DBG] [21] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:31.624 -06:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.LiveTvController.GetRecommendedPrograms (Jellyfin.Api)" in 32.3676ms
[2024-07-17 09:26:31.624 -06:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.LiveTvController.GetRecommendedPrograms (Jellyfin.Api)"'
[2024-07-17 09:26:31.624 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POK"" completed keep alive response.
[2024-07-17 09:26:31.625 -06:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/LiveTv/Programs/Recommended""?userId=c4d398ea85ad4dcc8a0ad59038bb16c9&IsAiring=true&limit=1&ImageTypeLimit=1&EnableImageTypes=Primary%2CThumb%2CBackdrop&EnableTotalRecordCount=false&Fields=ChannelInfo%2CPrimaryImageAspectRatio" - 200 null "application/json; charset=utf-8" 41.0765ms
[2024-07-17 09:26:31.643 -06:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Resume""?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video" - null null
[2024-07-17 09:26:31.643 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.644 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Resume" does not match a supported file type
[2024-07-17 09:26:31.644 -06:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Resume""?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Audio" - null null
[2024-07-17 09:26:31.644 -06:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Shows/NextUp""?Limit=24&Fields=PrimaryImageAspectRatio%2CDateCreated%2CBasicSyncInfo%2CPath%2CMediaSourceCount&UserId=c4d398ea85ad4dcc8a0ad59038bb16c9&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false&DisableFirstEpisode=false&NextUpDateCutoff=2023-07-18T15%3A26%3A31.626Z&EnableRewatching=false" - null null
[2024-07-17 09:26:31.645 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.645 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.645 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Resume" does not match a supported file type
[2024-07-17 09:26:31.645 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/Shows/NextUp" does not match a supported file type
[2024-07-17 09:26:31.646 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Resume""?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Book" - null null
[2024-07-17 09:26:31.646 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.646 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.647 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Resume" does not match a supported file type
[2024-07-17 09:26:31.646 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.647 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.647 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.647 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.647 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.647 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.647 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.647 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.647 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:31.648 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.648 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.648 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:31.648 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:31.649 -06:00] [DBG] [13] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POM"" accepted.
[2024-07-17 09:26:31.648 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.649 -06:00] [DBG] [13] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POM"" started.
[2024-07-17 09:26:31.649 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.649 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.649 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.650 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:31.651 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.651 -06:00] [INF] [13] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("2"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:31.653 -06:00] [DBG] [24] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PON"" accepted.
[2024-07-17 09:26:31.654 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PON"" started.
[2024-07-17 09:26:31.652 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.655 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.655 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.657 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (1ms).
[2024-07-17 09:26:31.658 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:31.657 -06:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Latest""?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805" - null null
[2024-07-17 09:26:31.659 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.659 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Latest" does not match a supported file type
[2024-07-17 09:26:31.656 -06:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Latest""?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=a656b907eb3a73532e40e44b968d0225" - null null
[2024-07-17 09:26:31.660 -06:00] [DBG] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.663 -06:00] [DBG] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Latest" does not match a supported file type
[2024-07-17 09:26:31.673 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("23"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:31.679 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.681 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.682 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.681 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 2ms reading results.
[2024-07-17 09:26:31.677 -06:00] [INF] [13] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("19"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:31.674 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.683 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.683 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 13ms reading results.
[2024-07-17 09:26:31.684 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.684 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:31.685 -06:00] [DBG] [10] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:31.686 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.686 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.686 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 3ms reading results.
[2024-07-17 09:26:31.687 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.687 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:31.682 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.688 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 7ms reading results.
[2024-07-17 09:26:31.689 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.692 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.692 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.682 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.688 -06:00] [DBG] [13] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:31.693 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (11ms).
[2024-07-17 09:26:31.695 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/Shows/NextUp"'
[2024-07-17 09:26:31.696 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.TvShowsController.GetNextUp (Jellyfin.Api)"' with route pattern '"Shows/NextUp"' is valid for the request path '"/Shows/NextUp"'
[2024-07-17 09:26:31.696 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.TvShowsController.GetNextUp (Jellyfin.Api)"'
[2024-07-17 09:26:31.694 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (3ms).
[2024-07-17 09:26:31.697 -06:00] [DBG] [11] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:31.698 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.694 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.698 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.699 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.698 -06:00] [DBG] [10] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:31.697 -06:00] [DBG] [25] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:31.702 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.702 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.705 -06:00] [DBG] [13] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 2 candidate(s) found for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Resume"'
[2024-07-17 09:26:31.701 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 2 candidate(s) found for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Resume"'
[2024-07-17 09:26:31.706 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"' with route pattern '"Users/{userId}/Items/Resume"' is valid for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Resume"'
[2024-07-17 09:26:31.707 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)"' with route pattern '"Users/{userId}/Items/{itemId}"' is valid for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Resume"'
[2024-07-17 09:26:31.706 -06:00] [DBG] [13] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"' with route pattern '"Users/{userId}/Items/Resume"' is valid for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Resume"'
[2024-07-17 09:26:31.707 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:31.702 -06:00] [DBG] [10] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:26:31.710 -06:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.TvShowsController.GetNextUp (Jellyfin.Api)"'
[2024-07-17 09:26:31.710 -06:00] [DBG] [11] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:31.715 -06:00] [DBG] [11] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:26:31.717 -06:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:31.709 -06:00] [DBG] [13] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)"' with route pattern '"Users/{userId}/Items/{itemId}"' is valid for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Resume"'
[2024-07-17 09:26:31.718 -06:00] [DBG] [13] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:31.719 -06:00] [DBG] [13] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:31.719 -06:00] [DBG] [13] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:26:31.719 -06:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:31.721 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 2 candidate(s) found for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Resume"'
[2024-07-17 09:26:31.723 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"' with route pattern '"Users/{userId}/Items/Resume"' is valid for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Resume"'
[2024-07-17 09:26:31.723 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)"' with route pattern '"Users/{userId}/Items/{itemId}"' is valid for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Resume"'
[2024-07-17 09:26:31.726 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:31.727 -06:00] [DBG] [25] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:31.727 -06:00] [DBG] [25] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:26:31.727 -06:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:31.738 -06:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetNextUp\", controller = \"TvShows\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetNextUp(System.Nullable`1[System.Guid], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], MediaBrowser.Model.Querying.ItemFields[], System.Nullable`1[System.Guid], System.Nullable`1[System.Guid], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Nullable`1[System.Boolean], System.Nullable`1[System.DateTime], Boolean, Boolean, Boolean, Boolean)" on controller "Jellyfin.Api.Controllers.TvShowsController" ("Jellyfin.Api").
[2024-07-17 09:26:31.738 -06:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetResumeItemsLegacy\", controller = \"Items\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetResumeItemsLegacy(System.Guid, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.MediaType[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], Jellyfin.Data.Enums.BaseItemKind[], Jellyfin.Data.Enums.BaseItemKind[], Boolean, System.Nullable`1[System.Boolean], Boolean)" on controller "Jellyfin.Api.Controllers.ItemsController" ("Jellyfin.Api").
[2024-07-17 09:26:31.738 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:31.738 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:31.738 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:31.738 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:31.738 -06:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetResumeItemsLegacy\", controller = \"Items\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetResumeItemsLegacy(System.Guid, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.MediaType[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], Jellyfin.Data.Enums.BaseItemKind[], Jellyfin.Data.Enums.BaseItemKind[], Boolean, System.Nullable`1[System.Boolean], Boolean)" on controller "Jellyfin.Api.Controllers.ItemsController" ("Jellyfin.Api").
[2024-07-17 09:26:31.738 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:31.738 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:31.738 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:31.738 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:31.738 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:31.738 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:31.738 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:31.738 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:31.738 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:31.738 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:31.738 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:31.738 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.ItemsController" ("Jellyfin.Api")
[2024-07-17 09:26:31.738 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.TvShowsController" ("Jellyfin.Api")
[2024-07-17 09:26:31.738 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.ItemsController" ("Jellyfin.Api")
[2024-07-17 09:26:31.739 -06:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetResumeItemsLegacy\", controller = \"Items\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetResumeItemsLegacy(System.Guid, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.MediaType[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], Jellyfin.Data.Enums.BaseItemKind[], Jellyfin.Data.Enums.BaseItemKind[], Boolean, System.Nullable`1[System.Boolean], Boolean)" on controller "Jellyfin.Api.Controllers.ItemsController" ("Jellyfin.Api").
[2024-07-17 09:26:31.739 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:31.739 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:31.739 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.TvShowsController" ("Jellyfin.Api")
[2024-07-17 09:26:31.739 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.ItemsController" ("Jellyfin.Api")
[2024-07-17 09:26:31.739 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:31.739 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:31.739 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:31.739 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"userId"' of type '"System.Guid"' ...
[2024-07-17 09:26:31.739 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"userId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:31.739 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.ItemsController" ("Jellyfin.Api")
[2024-07-17 09:26:31.739 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"userId"' of type '"System.Guid"' using the name '"userId"' in request data ...
[2024-07-17 09:26:31.739 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"userId"' of type '"System.Nullable`1[System.Guid]"' using the name '"userId"' in request data ...
[2024-07-17 09:26:31.739 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:31.739 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"userId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.739 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:31.739 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"userId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.739 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"userId"' of type '"System.Guid"' ...
[2024-07-17 09:26:31.739 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"userId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:31.739 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:31.739 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.739 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:31.739 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.739 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.739 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.739 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"userId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.740 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.740 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.740 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.740 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.ItemsController" ("Jellyfin.Api")
[2024-07-17 09:26:31.740 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.740 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:31.740 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"' using the name '"limit"' in request data ...
[2024-07-17 09:26:31.740 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.740 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"userId"' of type '"System.Guid"' ...
[2024-07-17 09:26:31.740 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.740 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.740 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"userId"' of type '"System.Guid"' using the name '"userId"' in request data ...
[2024-07-17 09:26:31.740 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.740 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.740 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.740 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"limit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.740 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:31.740 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:31.740 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"userId"' of type '"System.Guid"' ...
[2024-07-17 09:26:31.740 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.740 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.740 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:31.740 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.740 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"' using the name '"limit"' in request data ...
[2024-07-17 09:26:31.740 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:31.740 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.740 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.740 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.740 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.740 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"limit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.740 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.740 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"limit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.740 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.740 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.740 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.740 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"' using the name '"limit"' in request data ...
[2024-07-17 09:26:31.740 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.740 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"searchTerm"' of type '"System.String"' ...
[2024-07-17 09:26:31.742 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"searchTerm"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:31.742 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"searchTerm"' of type '"System.String"'.
[2024-07-17 09:26:31.742 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"searchTerm"' of type '"System.String"'.
[2024-07-17 09:26:31.742 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"limit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.743 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"' ...
[2024-07-17 09:26:31.743 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"searchTerm"' of type '"System.String"'.
[2024-07-17 09:26:31.743 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"searchTerm"' of type '"System.String"' ...
[2024-07-17 09:26:31.743 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"searchTerm"' of type '"System.String"'.
[2024-07-17 09:26:31.744 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:31.744 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"' using the name '""' in request data ...
[2024-07-17 09:26:31.744 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.744 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.744 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.745 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:31.745 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.745 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"' ...
[2024-07-17 09:26:31.746 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.ItemsController" ("Jellyfin.Api")
[2024-07-17 09:26:31.740 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.746 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"userId"' of type '"System.Guid"' ...
[2024-07-17 09:26:31.746 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"userId"' of type '"System.Guid"' using the name '"userId"' in request data ...
[2024-07-17 09:26:31.746 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"limit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.746 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:31.746 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:31.747 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"limit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"userId"' of type '"System.Guid"' ...
[2024-07-17 09:26:31.747 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"searchTerm"' of type '"System.String"' ...
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:31.747 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"searchTerm"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.747 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"searchTerm"' of type '"System.String"'.
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:31.747 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"searchTerm"' of type '"System.String"'.
[2024-07-17 09:26:31.747 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"searchTerm"' of type '"System.String"'.
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.747 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"searchTerm"' of type '"System.String"' ...
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.747 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"searchTerm"' of type '"System.String"'.
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.747 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.747 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"' using the name '""' in request data ...
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.747 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"' using the name '"limit"' in request data ...
[2024-07-17 09:26:31.747 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.747 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.747 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.747 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"limit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.747 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"' ...
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"limit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"searchTerm"' of type '"System.String"' ...
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"searchTerm"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"searchTerm"' of type '"System.String"'.
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"searchTerm"' of type '"System.String"'.
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"searchTerm"' of type '"System.String"'.
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"searchTerm"' of type '"System.String"' ...
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"searchTerm"' of type '"System.String"'.
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"' using the name '""' in request data ...
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"' ...
[2024-07-17 09:26:31.747 -06:00] [DBG] [25] Jellyfin.Api.ModelBinders.CommaDelimitedArrayModelBinder: Error converting value.
System.FormatException: BasicSyncInfo is not a valid value for ItemFields.
 ---> System.ArgumentException: Requested value 'BasicSyncInfo' was not found.
   at System.Enum.TryParseByName[TStorage](RuntimeType enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, TStorage& result)
   at System.Enum.TryParseByValueOrName[TUnderlying,TStorage](RuntimeType enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, TUnderlying& result)
   at System.Enum.TryParse(Type enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, Object& result)
   at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
   at System.ComponentModel.EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   --- End of inner exception stack trace ---
   at System.ComponentModel.EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   at Jellyfin.Api.ModelBinders.CommaDelimitedArrayModelBinder.GetParsedResult(IReadOnlyList`1 values, Type elementType, TypeConverter converter)
[2024-07-17 09:26:31.745 -06:00] [DBG] [10] Jellyfin.Api.ModelBinders.CommaDelimitedArrayModelBinder: Error converting value.
System.FormatException: BasicSyncInfo is not a valid value for ItemFields.
 ---> System.ArgumentException: Requested value 'BasicSyncInfo' was not found.
   at System.Enum.TryParseByName[TStorage](RuntimeType enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, TStorage& result)
   at System.Enum.TryParseByValueOrName[TUnderlying,TStorage](RuntimeType enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, TUnderlying& result)
   at System.Enum.TryParse(Type enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, Object& result)
   at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
   at System.ComponentModel.EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   --- End of inner exception stack trace ---
   at System.ComponentModel.EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   at Jellyfin.Api.ModelBinders.CommaDelimitedArrayModelBinder.GetParsedResult(IReadOnlyList`1 values, Type elementType, TypeConverter converter)
[2024-07-17 09:26:31.745 -06:00] [DBG] [11] Jellyfin.Api.ModelBinders.CommaDelimitedArrayModelBinder: Error converting value.
System.FormatException: BasicSyncInfo is not a valid value for ItemFields.
 ---> System.ArgumentException: Requested value 'BasicSyncInfo' was not found.
   at System.Enum.TryParseByName[TStorage](RuntimeType enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, TStorage& result)
   at System.Enum.TryParseByValueOrName[TUnderlying,TStorage](RuntimeType enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, TUnderlying& result)
   at System.Enum.TryParse(Type enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, Object& result)
   at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
   at System.ComponentModel.EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   --- End of inner exception stack trace ---
   at System.ComponentModel.EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   at Jellyfin.Api.ModelBinders.CommaDelimitedArrayModelBinder.GetParsedResult(IReadOnlyList`1 values, Type elementType, TypeConverter converter)
[2024-07-17 09:26:31.756 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"'.
[2024-07-17 09:26:31.756 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"'.
[2024-07-17 09:26:31.756 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"' ...
[2024-07-17 09:26:31.756 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"'.
[2024-07-17 09:26:31.756 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"' ...
[2024-07-17 09:26:31.747 -06:00] [DBG] [13] Jellyfin.Api.ModelBinders.CommaDelimitedArrayModelBinder: Error converting value.
System.FormatException: BasicSyncInfo is not a valid value for ItemFields.
 ---> System.ArgumentException: Requested value 'BasicSyncInfo' was not found.
   at System.Enum.TryParseByName[TStorage](RuntimeType enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, TStorage& result)
   at System.Enum.TryParseByValueOrName[TUnderlying,TStorage](RuntimeType enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, TUnderlying& result)
   at System.Enum.TryParse(Type enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, Object& result)
   at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
   at System.ComponentModel.EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   --- End of inner exception stack trace ---
   at System.ComponentModel.EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   at Jellyfin.Api.ModelBinders.CommaDelimitedArrayModelBinder.GetParsedResult(IReadOnlyList`1 values, Type elementType, TypeConverter converter)
[2024-07-17 09:26:31.756 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"'.
[2024-07-17 09:26:31.756 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"' ...
[2024-07-17 09:26:31.757 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"'.
[2024-07-17 09:26:31.757 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"mediaTypes"' of type '"Jellyfin.Data.Enums.MediaType[]"' ...
[2024-07-17 09:26:31.757 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"mediaTypes"' of type '"Jellyfin.Data.Enums.MediaType[]"'.
[2024-07-17 09:26:31.757 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"mediaTypes"' of type '"Jellyfin.Data.Enums.MediaType[]"' ...
[2024-07-17 09:26:31.757 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"'.
[2024-07-17 09:26:31.757 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"mediaTypes"' of type '"Jellyfin.Data.Enums.MediaType[]"' ...
[2024-07-17 09:26:31.757 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"mediaTypes"' of type '"Jellyfin.Data.Enums.MediaType[]"'.
[2024-07-17 09:26:31.757 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"mediaTypes"' of type '"Jellyfin.Data.Enums.MediaType[]"' ...
[2024-07-17 09:26:31.757 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"mediaTypes"' of type '"Jellyfin.Data.Enums.MediaType[]"'.
[2024-07-17 09:26:31.757 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"mediaTypes"' of type '"Jellyfin.Data.Enums.MediaType[]"'.
[2024-07-17 09:26:31.757 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.757 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.756 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"' ...
[2024-07-17 09:26:31.757 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:31.757 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"'.
[2024-07-17 09:26:31.757 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"mediaTypes"' of type '"Jellyfin.Data.Enums.MediaType[]"' ...
[2024-07-17 09:26:31.757 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.757 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.757 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.757 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.757 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"mediaTypes"' of type '"Jellyfin.Data.Enums.MediaType[]"'.
[2024-07-17 09:26:31.757 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"mediaTypes"' of type '"Jellyfin.Data.Enums.MediaType[]"' ...
[2024-07-17 09:26:31.757 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.757 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.757 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"mediaTypes"' of type '"Jellyfin.Data.Enums.MediaType[]"'.
[2024-07-17 09:26:31.757 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.757 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' using the name '"imageTypeLimit"' in request data ...
[2024-07-17 09:26:31.757 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:31.757 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.757 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.757 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.757 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.757 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.757 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.757 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.757 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.758 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.758 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' using the name '"imageTypeLimit"' in request data ...
[2024-07-17 09:26:31.758 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.758 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.758 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.758 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.758 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.758 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"' ...
[2024-07-17 09:26:31.758 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"' ...
[2024-07-17 09:26:31.758 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"'.
[2024-07-17 09:26:31.758 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"'.
[2024-07-17 09:26:31.758 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"' ...
[2024-07-17 09:26:31.758 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"' ...
[2024-07-17 09:26:31.758 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"'.
[2024-07-17 09:26:31.758 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"excludeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"' ...
[2024-07-17 09:26:31.758 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"excludeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"'.
[2024-07-17 09:26:31.758 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"excludeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"' ...
[2024-07-17 09:26:31.759 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"'.
[2024-07-17 09:26:31.759 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"seriesId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:31.759 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"seriesId"' of type '"System.Nullable`1[System.Guid]"' using the name '""' in request data ...
[2024-07-17 09:26:31.759 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"seriesId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.759 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"seriesId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.759 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"seriesId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.759 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"seriesId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:31.759 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"seriesId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.760 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:31.760 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:31.760 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.760 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"excludeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"'.
[2024-07-17 09:26:31.760 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.760 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.760 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.760 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.760 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"' ...
[2024-07-17 09:26:31.760 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.760 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' using the name '"imageTypeLimit"' in request data ...
[2024-07-17 09:26:31.760 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"'.
[2024-07-17 09:26:31.760 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"' ...
[2024-07-17 09:26:31.761 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"'.
[2024-07-17 09:26:31.761 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableTotalRecordCount"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.761 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableTotalRecordCount"' of type '"System.Boolean"' using the name '"enableTotalRecordCount"' in request data ...
[2024-07-17 09:26:31.761 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableTotalRecordCount"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.760 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"' using the name '""' in request data ...
[2024-07-17 09:26:31.761 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableTotalRecordCount"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.761 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.761 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableTotalRecordCount"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.760 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.761 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.761 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.761 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.761 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableTotalRecordCount"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.762 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.762 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:31.762 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.762 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.762 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.762 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.762 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.762 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"excludeActiveSessions"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.761 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"'.
[2024-07-17 09:26:31.762 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"excludeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"' ...
[2024-07-17 09:26:31.762 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"excludeActiveSessions"' of type '"System.Boolean"' using the name '""' in request data ...
[2024-07-17 09:26:31.761 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"' ...
[2024-07-17 09:26:31.763 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"excludeActiveSessions"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.763 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"excludeActiveSessions"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.763 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"excludeActiveSessions"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.761 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.763 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.763 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:31.763 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"excludeActiveSessions"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.763 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"excludeActiveSessions"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.763 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"excludeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"'.
[2024-07-17 09:26:31.763 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"'.
[2024-07-17 09:26:31.763 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"excludeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"' ...
[2024-07-17 09:26:31.763 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"excludeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"'.
[2024-07-17 09:26:31.764 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"' ...
[2024-07-17 09:26:31.764 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"' ...
[2024-07-17 09:26:31.766 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"'.
[2024-07-17 09:26:31.764 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"'.
[2024-07-17 09:26:31.766 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"' ...
[2024-07-17 09:26:31.766 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"excludeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"' ...
[2024-07-17 09:26:31.764 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.766 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.766 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"'.
[2024-07-17 09:26:31.766 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:31.766 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.766 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableTotalRecordCount"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.766 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"excludeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"'.
[2024-07-17 09:26:31.767 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"excludeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"' ...
[2024-07-17 09:26:31.767 -06:00] [DBG] [25] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:31.767 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"excludeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"'.
[2024-07-17 09:26:31.767 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"' ...
[2024-07-17 09:26:31.767 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"'.
[2024-07-17 09:26:31.767 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"' ...
[2024-07-17 09:26:31.767 -06:00] [DBG] [25] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:31.767 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"'.
[2024-07-17 09:26:31.767 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableTotalRecordCount"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.767 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableTotalRecordCount"' of type '"System.Boolean"' using the name '"enableTotalRecordCount"' in request data ...
[2024-07-17 09:26:31.767 -06:00] [DBG] [25] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:31.767 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableTotalRecordCount"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.767 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableTotalRecordCount"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.767 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableTotalRecordCount"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.767 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableTotalRecordCount"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.767 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.767 -06:00] [DBG] [25] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:31.767 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:31.767 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.767 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.767 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.767 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.767 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.767 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"excludeActiveSessions"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.767 -06:00] [DBG] [25] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:31.767 -06:00] [DBG] [25] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:31.767 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableTotalRecordCount"' of type '"System.Boolean"' using the name '"enableTotalRecordCount"' in request data ...
[2024-07-17 09:26:31.767 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableTotalRecordCount"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.768 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableTotalRecordCount"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.768 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableTotalRecordCount"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.768 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableTotalRecordCount"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.768 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.767 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"excludeActiveSessions"' of type '"System.Boolean"' using the name '""' in request data ...
[2024-07-17 09:26:31.768 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"excludeActiveSessions"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.768 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"excludeActiveSessions"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.768 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"excludeActiveSessions"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.768 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"excludeActiveSessions"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.768 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"excludeActiveSessions"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.768 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:31.767 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.768 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.769 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.769 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.769 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.768 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:31.769 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' using the name '"imageTypeLimit"' in request data ...
[2024-07-17 09:26:31.769 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:31.769 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:31.769 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:31.768 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.769 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.770 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.770 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.770 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.770 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"excludeActiveSessions"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.770 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"excludeActiveSessions"' of type '"System.Boolean"' using the name '""' in request data ...
[2024-07-17 09:26:31.770 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"excludeActiveSessions"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.770 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"excludeActiveSessions"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.770 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"excludeActiveSessions"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.770 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"excludeActiveSessions"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.771 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"excludeActiveSessions"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.771 -06:00] [DBG] [11] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:31.771 -06:00] [DBG] [11] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:31.771 -06:00] [DBG] [11] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:31.772 -06:00] [DBG] [11] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:31.772 -06:00] [DBG] [11] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:31.769 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:31.772 -06:00] [DBG] [11] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:31.772 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:31.769 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.774 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.774 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.774 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.774 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"' ...
[2024-07-17 09:26:31.774 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"'.
[2024-07-17 09:26:31.774 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"' ...
[2024-07-17 09:26:31.774 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"'.
[2024-07-17 09:26:31.774 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.775 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:31.775 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.775 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.775 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.775 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.775 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.775 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"nextUpDateCutoff"' of type '"System.Nullable`1[System.DateTime]"' ...
[2024-07-17 09:26:31.775 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinder: Attempting to bind parameter '"nextUpDateCutoff"' of type '"System.Nullable`1[System.DateTime]"' using the name '"nextUpDateCutoff"' in request data ...
[2024-07-17 09:26:31.776 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinder: Done attempting to bind parameter '"nextUpDateCutoff"' of type '"System.Nullable`1[System.DateTime]"'.
[2024-07-17 09:26:31.776 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"nextUpDateCutoff"' of type '"System.Nullable`1[System.DateTime]"'.
[2024-07-17 09:26:31.776 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"nextUpDateCutoff"' of type '"System.Nullable`1[System.DateTime]"' ...
[2024-07-17 09:26:31.776 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"nextUpDateCutoff"' of type '"System.Nullable`1[System.DateTime]"'.
[2024-07-17 09:26:31.777 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableTotalRecordCount"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.777 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableTotalRecordCount"' of type '"System.Boolean"' using the name '"enableTotalRecordCount"' in request data ...
[2024-07-17 09:26:31.777 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableTotalRecordCount"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.778 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableTotalRecordCount"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.778 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableTotalRecordCount"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.778 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableTotalRecordCount"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.778 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"disableFirstEpisode"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.779 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"disableFirstEpisode"' of type '"System.Boolean"' using the name '"disableFirstEpisode"' in request data ...
[2024-07-17 09:26:31.779 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"disableFirstEpisode"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.779 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"disableFirstEpisode"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.779 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"disableFirstEpisode"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.779 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"disableFirstEpisode"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.779 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableResumable"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.779 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableResumable"' of type '"System.Boolean"' using the name '""' in request data ...
[2024-07-17 09:26:31.779 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"enableResumable"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.779 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableResumable"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.779 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableResumable"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.779 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableResumable"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.779 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableResumable"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.779 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableRewatching"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.779 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableRewatching"' of type '"System.Boolean"' using the name '"enableRewatching"' in request data ...
[2024-07-17 09:26:31.779 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableRewatching"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.779 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableRewatching"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.779 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableRewatching"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.780 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableRewatching"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.782 -06:00] [DBG] [10] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:31.782 -06:00] [DBG] [10] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:31.783 -06:00] [DBG] [10] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:31.783 -06:00] [DBG] [25] Emby.Server.Implementations.Data.SqliteItemRepository: "GetItemList" query time (slow): 15.5653ms. Query: "select type,data,EndDate,ChannelId,CommunityRating,CustomRating,IndexNumber,IsLocked,PreferredMetadataLanguage,PreferredMetadataCountryCode,Width,Height,DateLastRefreshed,Name,Path,PremiereDate,Overview,ParentIndexNumber,ProductionYear,OfficialRating,ForcedSortName,RunTimeTicks,Size,DateCreated,DateModified,guid,Genres,ParentId,Audio,IsInMixedFolder,DateLastSaved,LockedFields,Studios,Tags,OriginalTitle,PrimaryVersionId,DateLastMediaAdded,Album,LUFS,NormalizationGain,CriticRating,IsVirtualItem,SeriesName,PresentationUniqueKey,InheritedParentalRatingValue,ExternalSeriesId,Tagline,ProviderIds,Images,ProductionLocations,ExtraIds,TotalBitrate,ExtraType,ExternalId,SeriesPresentationUniqueKey,OwnerId from TypedBaseItems A where type=@type AND Guid in (select itemId from AncestorIds where AncestorId=@AncestorId)"
[2024-07-17 09:26:31.783 -06:00] [DBG] [10] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:31.783 -06:00] [DBG] [10] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:31.783 -06:00] [DBG] [10] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:31.797 -06:00] [DBG] [25] Emby.Server.Implementations.Data.SqliteItemRepository: "GetItemList" query time (slow): 11.7373ms. Query: "select type,data,StartDate,EndDate,ChannelId,IsMovie,IsSeries,EpisodeTitle,IsRepeat,CommunityRating,IndexNumber,Width,Height,Name,Path,PremiereDate,ParentIndexNumber,ProductionYear,OfficialRating,RunTimeTicks,Size,DateModified,guid,ParentId,Audio,ExternalServiceId,IsInMixedFolder,Tags,TrailerTypes,PrimaryVersionId,Album,LUFS,NormalizationGain,CriticRating,IsVirtualItem,SeriesName,SeasonName,SeasonId,SeriesId,ProviderIds,Images,TotalBitrate,ExtraType,Artists,AlbumArtists,ExternalId,ShowId,OwnerId,UserDatas.UserId,UserDatas.lastPlayedDate,UserDatas.playbackPositionTicks,UserDatas.playcount,UserDatas.isFavorite,UserDatas.played,UserDatas.rating from TypedBaseItems A left join UserDatas on UserDataKey=UserDatas.Key And (UserId=@UserId) where playbackPositionTicks > 0 AND IsVirtualItem=@IsVirtualItem AND MediaType=@MediaTypes AND TopParentId in ('4558d5a932cd185cf0c8efbaa5a43d22','58582271038605eaa948ef80565562b1','feb831a7e3460f3d55275f3809cf82b1','8679d10569ec12981200c4116da3e90b','bc2cf5cb69197919b568eb5145a30357') Group by PresentationUniqueKey ORDER BY LastPlayedDate DESC LIMIT 12"
[2024-07-17 09:26:31.798 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:31.798 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:31.798 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:26:31.798 -06:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.7.0, Culture=neutral, PublicKeyToken=null]]"'.
[2024-07-17 09:26:31.798 -06:00] [DBG] [25] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:31.798 -06:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)" in 59.2598ms
[2024-07-17 09:26:31.798 -06:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:31.798 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POH"" completed keep alive response.
[2024-07-17 09:26:31.798 -06:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Resume""?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Audio" - 200 null "application/json; charset=utf-8" 154.175ms
[2024-07-17 09:26:31.799 -06:00] [DBG] [13] Emby.Server.Implementations.Data.SqliteItemRepository: "GetItemList" query time (slow): 26.72ms. Query: "select type,data,EndDate,ChannelId,CommunityRating,CustomRating,IndexNumber,IsLocked,PreferredMetadataLanguage,PreferredMetadataCountryCode,Width,Height,DateLastRefreshed,Name,Path,PremiereDate,Overview,ParentIndexNumber,ProductionYear,OfficialRating,ForcedSortName,RunTimeTicks,Size,DateCreated,DateModified,guid,Genres,ParentId,Audio,IsInMixedFolder,DateLastSaved,LockedFields,Studios,Tags,OriginalTitle,PrimaryVersionId,DateLastMediaAdded,Album,LUFS,NormalizationGain,CriticRating,IsVirtualItem,SeriesName,PresentationUniqueKey,InheritedParentalRatingValue,ExternalSeriesId,Tagline,ProviderIds,Images,ProductionLocations,ExtraIds,TotalBitrate,ExtraType,ExternalId,SeriesPresentationUniqueKey,OwnerId from TypedBaseItems A where type=@type AND Guid in (select itemId from AncestorIds where AncestorId=@AncestorId)"
[2024-07-17 09:26:31.801 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:31.801 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:31.801 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:26:31.801 -06:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.7.0, Culture=neutral, PublicKeyToken=null]]"'.
[2024-07-17 09:26:31.801 -06:00] [DBG] [13] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:31.802 -06:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)" in 63.2583ms
[2024-07-17 09:26:31.802 -06:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:31.802 -06:00] [DBG] [13] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POL"" completed keep alive response.
[2024-07-17 09:26:31.802 -06:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Latest""?Limit=30&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=7e64e319657a9516ec78490da03edccb" - null null
[2024-07-17 09:26:31.802 -06:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Resume""?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Book" - 200 null "application/json; charset=utf-8" 156.5639ms
[2024-07-17 09:26:31.803 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.803 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Latest" does not match a supported file type
[2024-07-17 09:26:31.803 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.803 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.803 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.804 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.804 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.804 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:31.804 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:31.805 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.805 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.805 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.805 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.805 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:31.805 -06:00] [DBG] [25] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:31.805 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.805 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.805 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 2 candidate(s) found for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Latest"'
[2024-07-17 09:26:31.805 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"' with route pattern '"Users/{userId}/Items/Latest"' is valid for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Latest"'
[2024-07-17 09:26:31.805 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)"' with route pattern '"Users/{userId}/Items/{itemId}"' is valid for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Latest"'
[2024-07-17 09:26:31.805 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:31.806 -06:00] [DBG] [25] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:31.806 -06:00] [DBG] [25] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:26:31.806 -06:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:31.806 -06:00] [DBG] [11] Emby.Server.Implementations.Data.SqliteItemRepository: "GetItemList" query time (slow): 33.6046ms. Query: "select type,data,EndDate,ChannelId,CommunityRating,CustomRating,IndexNumber,IsLocked,PreferredMetadataLanguage,PreferredMetadataCountryCode,Width,Height,DateLastRefreshed,Name,Path,PremiereDate,Overview,ParentIndexNumber,ProductionYear,OfficialRating,ForcedSortName,RunTimeTicks,Size,DateCreated,DateModified,guid,Genres,ParentId,Audio,IsInMixedFolder,DateLastSaved,LockedFields,Studios,Tags,OriginalTitle,PrimaryVersionId,DateLastMediaAdded,Album,LUFS,NormalizationGain,CriticRating,IsVirtualItem,SeriesName,PresentationUniqueKey,InheritedParentalRatingValue,ExternalSeriesId,Tagline,ProviderIds,Images,ProductionLocations,ExtraIds,TotalBitrate,ExtraType,ExternalId,SeriesPresentationUniqueKey,OwnerId from TypedBaseItems A where type=@type AND Guid in (select itemId from AncestorIds where AncestorId=@AncestorId)"
[2024-07-17 09:26:31.808 -06:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Latest""?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=b8d99abbfa3924f2f06c55905a4e736f" - null null
[2024-07-17 09:26:31.809 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.811 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Infrastructure: Entity Framework Core "8.0.6" initialized '"JellyfinDbContext"' using provider '"Microsoft.EntityFrameworkCore.Sqlite":"8.0.6"' with options: "MaxPoolSize=1024 "
[2024-07-17 09:26:31.812 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Latest" does not match a supported file type
[2024-07-17 09:26:31.813 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.813 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.813 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.813 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.813 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.813 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:31.812 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Infrastructure: Entity Framework Core "8.0.6" initialized '"JellyfinDbContext"' using provider '"Microsoft.EntityFrameworkCore.Sqlite":"8.0.6"' with options: "MaxPoolSize=1024 "
[2024-07-17 09:26:31.813 -06:00] [INF] [13] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:31.813 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.813 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:26:31.813 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.813 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:26:31.813 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.813 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.813 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.813 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.814 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:31.814 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.814 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.814 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.814 -06:00] [DBG] [13] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:31.814 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:31.814 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.814 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.814 -06:00] [DBG] [13] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 2 candidate(s) found for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Latest"'
[2024-07-17 09:26:31.814 -06:00] [DBG] [13] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"' with route pattern '"Users/{userId}/Items/Latest"' is valid for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Latest"'
[2024-07-17 09:26:31.814 -06:00] [DBG] [13] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)"' with route pattern '"Users/{userId}/Items/{itemId}"' is valid for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Latest"'
[2024-07-17 09:26:31.814 -06:00] [DBG] [13] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:31.814 -06:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:31.814 -06:00] [DBG] [13] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:31.814 -06:00] [DBG] [13] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:26:31.814 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.814 -06:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:31.814 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.814 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.814 -06:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLatestMediaLegacy\", controller = \"UserLibrary\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Dto.BaseItemDto]] GetLatestMediaLegacy(System.Guid, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.BaseItemKind[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Nullable`1[System.Boolean], Int32, Boolean)" on controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api").
[2024-07-17 09:26:31.814 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.814 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:31.814 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:31.814 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:31.814 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:31.814 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:31.814 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:31.814 -06:00] [DBG] [21] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:31.814 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api")
[2024-07-17 09:26:31.814 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.814 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.814 -06:00] [DBG] [21] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 2 candidate(s) found for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Latest"'
[2024-07-17 09:26:31.814 -06:00] [DBG] [21] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"' with route pattern '"Users/{userId}/Items/Latest"' is valid for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Latest"'
[2024-07-17 09:26:31.814 -06:00] [DBG] [21] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)"' with route pattern '"Users/{userId}/Items/{itemId}"' is valid for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Latest"'
[2024-07-17 09:26:31.814 -06:00] [DBG] [21] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:31.814 -06:00] [DBG] [21] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:31.815 -06:00] [DBG] [21] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:26:31.814 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api")
[2024-07-17 09:26:31.815 -06:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:31.815 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"userId"' of type '"System.Guid"' ...
[2024-07-17 09:26:31.815 -06:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLatestMediaLegacy\", controller = \"UserLibrary\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Dto.BaseItemDto]] GetLatestMediaLegacy(System.Guid, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.BaseItemKind[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Nullable`1[System.Boolean], Int32, Boolean)" on controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api").
[2024-07-17 09:26:31.815 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"userId"' of type '"System.Guid"' using the name '"userId"' in request data ...
[2024-07-17 09:26:31.815 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:31.815 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:31.815 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:31.815 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:31.815 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"userId"' of type '"System.Guid"' ...
[2024-07-17 09:26:31.815 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:31.815 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:31.815 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:31.815 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:31.815 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:31.815 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api")
[2024-07-17 09:26:31.815 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"' using the name '"parentId"' in request data ...
[2024-07-17 09:26:31.815 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.815 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.815 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:31.815 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api")
[2024-07-17 09:26:31.815 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"userId"' of type '"System.Guid"' ...
[2024-07-17 09:26:31.815 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"userId"' of type '"System.Guid"' using the name '"userId"' in request data ...
[2024-07-17 09:26:31.815 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:31.815 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:31.815 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"userId"' of type '"System.Guid"' ...
[2024-07-17 09:26:31.815 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:31.815 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:31.815 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"' using the name '"parentId"' in request data ...
[2024-07-17 09:26:31.816 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.816 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.816 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:31.816 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.816 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"' ...
[2024-07-17 09:26:31.816 -06:00] [DBG] [21] Jellyfin.Api.ModelBinders.CommaDelimitedArrayModelBinder: Error converting value.
System.FormatException: BasicSyncInfo is not a valid value for ItemFields.
 ---> System.ArgumentException: Requested value 'BasicSyncInfo' was not found.
   at System.Enum.TryParseByName[TStorage](RuntimeType enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, TStorage& result)
   at System.Enum.TryParseByValueOrName[TUnderlying,TStorage](RuntimeType enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, TUnderlying& result)
   at System.Enum.TryParse(Type enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, Object& result)
   at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
   at System.ComponentModel.EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   --- End of inner exception stack trace ---
   at System.ComponentModel.EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   at Jellyfin.Api.ModelBinders.CommaDelimitedArrayModelBinder.GetParsedResult(IReadOnlyList`1 values, Type elementType, TypeConverter converter)
[2024-07-17 09:26:31.816 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:26:31.816 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:26:31.816 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.816 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.816 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:31.816 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.816 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:31.816 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:31.817 -06:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:31.817 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:31.817 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.817 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:31.817 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.817 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:31.817 -06:00] [DBG] [8] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:31.817 -06:00] [DBG] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.817 -06:00] [DBG] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.817 -06:00] [DBG] [8] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 2 candidate(s) found for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Latest"'
[2024-07-17 09:26:31.817 -06:00] [DBG] [8] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"' with route pattern '"Users/{userId}/Items/Latest"' is valid for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Latest"'
[2024-07-17 09:26:31.817 -06:00] [DBG] [8] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)"' with route pattern '"Users/{userId}/Items/{itemId}"' is valid for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Latest"'
[2024-07-17 09:26:31.817 -06:00] [DBG] [8] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:31.817 -06:00] [DBG] [8] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:31.817 -06:00] [DBG] [8] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:26:31.818 -06:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:31.818 -06:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLatestMediaLegacy\", controller = \"UserLibrary\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Dto.BaseItemDto]] GetLatestMediaLegacy(System.Guid, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.BaseItemKind[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Nullable`1[System.Boolean], Int32, Boolean)" on controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api").
[2024-07-17 09:26:31.818 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:31.818 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:31.818 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:31.818 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:31.818 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:31.818 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api")
[2024-07-17 09:26:31.818 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api")
[2024-07-17 09:26:31.818 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"userId"' of type '"System.Guid"' ...
[2024-07-17 09:26:31.818 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"userId"' of type '"System.Guid"' using the name '"userId"' in request data ...
[2024-07-17 09:26:31.818 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:31.818 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:31.818 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"userId"' of type '"System.Guid"' ...
[2024-07-17 09:26:31.818 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:31.818 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:31.818 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"' using the name '"parentId"' in request data ...
[2024-07-17 09:26:31.818 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.818 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.818 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:31.818 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"'.
[2024-07-17 09:26:31.818 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"' ...
[2024-07-17 09:26:31.819 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"'.
[2024-07-17 09:26:31.819 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"' ...
[2024-07-17 09:26:31.819 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"'.
[2024-07-17 09:26:31.819 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"' ...
[2024-07-17 09:26:31.819 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"'.
[2024-07-17 09:26:31.819 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.819 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:31.819 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.819 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.819 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.819 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.820 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.820 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"' ...
[2024-07-17 09:26:31.812 -06:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLatestMediaLegacy\", controller = \"UserLibrary\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Dto.BaseItemDto]] GetLatestMediaLegacy(System.Guid, System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.BaseItemKind[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.Nullable`1[System.Boolean], Int32, Boolean)" on controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api").
[2024-07-17 09:26:31.820 -06:00] [DBG] [8] Jellyfin.Api.ModelBinders.CommaDelimitedArrayModelBinder: Error converting value.
System.FormatException: BasicSyncInfo is not a valid value for ItemFields.
 ---> System.ArgumentException: Requested value 'BasicSyncInfo' was not found.
   at System.Enum.TryParseByName[TStorage](RuntimeType enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, TStorage& result)
   at System.Enum.TryParseByValueOrName[TUnderlying,TStorage](RuntimeType enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, TUnderlying& result)
   at System.Enum.TryParse(Type enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, Object& result)
   at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
   at System.ComponentModel.EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   --- End of inner exception stack trace ---
   at System.ComponentModel.EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   at Jellyfin.Api.ModelBinders.CommaDelimitedArrayModelBinder.GetParsedResult(IReadOnlyList`1 values, Type elementType, TypeConverter converter)
[2024-07-17 09:26:31.820 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:31.820 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"'.
[2024-07-17 09:26:31.820 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:31.821 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"' ...
[2024-07-17 09:26:31.821 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:31.821 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:31.821 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:31.821 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.821 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.821 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api")
[2024-07-17 09:26:31.821 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:31.821 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.821 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.821 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.821 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.830 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api")
[2024-07-17 09:26:31.830 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.830 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"userId"' of type '"System.Guid"' ...
[2024-07-17 09:26:31.830 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.830 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' using the name '"imageTypeLimit"' in request data ...
[2024-07-17 09:26:31.830 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"userId"' of type '"System.Guid"' using the name '"userId"' in request data ...
[2024-07-17 09:26:31.830 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.830 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:31.830 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:31.830 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.830 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.830 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"userId"' of type '"System.Guid"' ...
[2024-07-17 09:26:31.830 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:31.830 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:31.830 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"'.
[2024-07-17 09:26:31.830 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"' ...
[2024-07-17 09:26:31.830 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.830 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"' ...
[2024-07-17 09:26:31.830 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"'.
[2024-07-17 09:26:31.830 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"'.
[2024-07-17 09:26:31.830 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"' ...
[2024-07-17 09:26:31.830 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"' ...
[2024-07-17 09:26:31.831 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"'.
[2024-07-17 09:26:31.831 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.831 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:31.831 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.831 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.830 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"' using the name '"parentId"' in request data ...
[2024-07-17 09:26:31.831 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.831 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.831 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:31.831 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.831 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"' ...
[2024-07-17 09:26:31.831 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"'.
[2024-07-17 09:26:31.831 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.831 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:31.831 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.831 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.831 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.831 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.831 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.831 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"limit"' of type '"System.Int32"' ...
[2024-07-17 09:26:31.831 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"limit"' of type '"System.Int32"' using the name '"limit"' in request data ...
[2024-07-17 09:26:31.831 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"limit"' of type '"System.Int32"'.
[2024-07-17 09:26:31.831 -06:00] [DBG] [25] Jellyfin.Api.ModelBinders.CommaDelimitedArrayModelBinder: Error converting value.
System.FormatException: BasicSyncInfo is not a valid value for ItemFields.
 ---> System.ArgumentException: Requested value 'BasicSyncInfo' was not found.
   at System.Enum.TryParseByName[TStorage](RuntimeType enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, TStorage& result)
   at System.Enum.TryParseByValueOrName[TUnderlying,TStorage](RuntimeType enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, TUnderlying& result)
   at System.Enum.TryParse(Type enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, Object& result)
   at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
   at System.ComponentModel.EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   --- End of inner exception stack trace ---
   at System.ComponentModel.EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   at Jellyfin.Api.ModelBinders.CommaDelimitedArrayModelBinder.GetParsedResult(IReadOnlyList`1 values, Type elementType, TypeConverter converter)
[2024-07-17 09:26:31.831 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"limit"' of type '"System.Int32"'.
[2024-07-17 09:26:31.831 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"limit"' of type '"System.Int32"' ...
[2024-07-17 09:26:31.831 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"'.
[2024-07-17 09:26:31.831 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"' ...
[2024-07-17 09:26:31.831 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"limit"' of type '"System.Int32"'.
[2024-07-17 09:26:31.831 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"groupItems"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.831 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"'.
[2024-07-17 09:26:31.831 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"groupItems"' of type '"System.Boolean"' using the name '""' in request data ...
[2024-07-17 09:26:31.831 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"' ...
[2024-07-17 09:26:31.831 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"groupItems"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.831 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"groupItems"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.831 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"'.
[2024-07-17 09:26:31.831 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"groupItems"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.831 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"' ...
[2024-07-17 09:26:31.831 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"groupItems"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.831 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"'.
[2024-07-17 09:26:31.831 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"groupItems"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.831 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.831 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:31.831 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.831 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.831 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.831 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.831 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.831 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' using the name '"imageTypeLimit"' in request data ...
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"' ...
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"'.
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"' ...
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"'.
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"limit"' of type '"System.Int32"' ...
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"limit"' of type '"System.Int32"' using the name '"limit"' in request data ...
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"limit"' of type '"System.Int32"'.
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"limit"' of type '"System.Int32"'.
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"limit"' of type '"System.Int32"' ...
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"limit"' of type '"System.Int32"'.
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"groupItems"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"groupItems"' of type '"System.Boolean"' using the name '""' in request data ...
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"groupItems"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"groupItems"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.831 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.833 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:31.835 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"' ...
[2024-07-17 09:26:31.835 -06:00] [DBG] [13] Jellyfin.Api.ModelBinders.CommaDelimitedArrayModelBinder: Error converting value.
System.FormatException: BasicSyncInfo is not a valid value for ItemFields.
 ---> System.ArgumentException: Requested value 'BasicSyncInfo' was not found.
   at System.Enum.TryParseByName[TStorage](RuntimeType enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, TStorage& result)
   at System.Enum.TryParseByValueOrName[TUnderlying,TStorage](RuntimeType enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, TUnderlying& result)
   at System.Enum.TryParse(Type enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, Object& result)
   at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
   at System.ComponentModel.EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   --- End of inner exception stack trace ---
   at System.ComponentModel.EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   at Jellyfin.Api.ModelBinders.CommaDelimitedArrayModelBinder.GetParsedResult(IReadOnlyList`1 values, Type elementType, TypeConverter converter)
[2024-07-17 09:26:31.835 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"'.
[2024-07-17 09:26:31.832 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.832 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"groupItems"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.835 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"' ...
[2024-07-17 09:26:31.836 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"'.
[2024-07-17 09:26:31.836 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"' ...
[2024-07-17 09:26:31.835 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"groupItems"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.836 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"groupItems"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.835 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.836 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.836 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:31.836 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.836 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"'.
[2024-07-17 09:26:31.837 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"' ...
[2024-07-17 09:26:31.837 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.837 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.837 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.837 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"'.
[2024-07-17 09:26:31.837 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.837 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.837 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:31.837 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.838 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.838 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.838 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.838 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.838 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.838 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:31.839 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.839 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.839 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.839 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.839 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.839 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.837 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.839 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' using the name '"imageTypeLimit"' in request data ...
[2024-07-17 09:26:31.839 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' using the name '"imageTypeLimit"' in request data ...
[2024-07-17 09:26:31.839 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.839 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.839 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.839 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.839 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.839 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.839 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"' ...
[2024-07-17 09:26:31.839 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:31.839 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:31.840 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"'.
[2024-07-17 09:26:31.840 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"' ...
[2024-07-17 09:26:31.840 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"'.
[2024-07-17 09:26:31.840 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.840 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"' ...
[2024-07-17 09:26:31.840 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"'.
[2024-07-17 09:26:31.840 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"' ...
[2024-07-17 09:26:31.840 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:31.841 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.841 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"'.
[2024-07-17 09:26:31.841 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.841 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:31.841 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.841 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.841 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.841 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.841 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.841 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"limit"' of type '"System.Int32"' ...
[2024-07-17 09:26:31.841 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"limit"' of type '"System.Int32"' using the name '"limit"' in request data ...
[2024-07-17 09:26:31.841 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"limit"' of type '"System.Int32"'.
[2024-07-17 09:26:31.841 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"limit"' of type '"System.Int32"'.
[2024-07-17 09:26:31.841 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"limit"' of type '"System.Int32"' ...
[2024-07-17 09:26:31.841 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"limit"' of type '"System.Int32"'.
[2024-07-17 09:26:31.841 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"groupItems"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.841 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"groupItems"' of type '"System.Boolean"' using the name '""' in request data ...
[2024-07-17 09:26:31.841 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"groupItems"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.841 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"groupItems"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.841 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"groupItems"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.841 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.841 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"groupItems"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.842 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.842 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:31.842 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:31.842 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"limit"' of type '"System.Int32"' ...
[2024-07-17 09:26:31.842 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"groupItems"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.842 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"limit"' of type '"System.Int32"' using the name '"limit"' in request data ...
[2024-07-17 09:26:31.842 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"limit"' of type '"System.Int32"'.
[2024-07-17 09:26:31.843 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"limit"' of type '"System.Int32"'.
[2024-07-17 09:26:31.843 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"limit"' of type '"System.Int32"' ...
[2024-07-17 09:26:31.843 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"limit"' of type '"System.Int32"'.
[2024-07-17 09:26:31.843 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"groupItems"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.843 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"groupItems"' of type '"System.Boolean"' using the name '""' in request data ...
[2024-07-17 09:26:31.843 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"groupItems"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.843 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"groupItems"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.843 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"groupItems"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.843 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"groupItems"' of type '"System.Boolean"' ...
[2024-07-17 09:26:31.843 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"groupItems"' of type '"System.Boolean"'.
[2024-07-17 09:26:31.861 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:31.863 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:31.863 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:26:31.863 -06:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "OkResult`1", writing value of type '"System.Linq.Enumerable+SelectListIterator`2[[System.Tuple`2[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.9.7.0, Culture=neutral, PublicKeyToken=null],[System.Collections.Generic.List`1[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.9.7.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.7.0, Culture=neutral, PublicKeyToken=null]]"'.
[2024-07-17 09:26:31.865 -06:00] [DBG] [13] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:31.866 -06:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)" in 51.6619ms
[2024-07-17 09:26:31.866 -06:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:31.867 -06:00] [DBG] [13] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POL"" completed keep alive response.
[2024-07-17 09:26:31.867 -06:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Latest""?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=b8d99abbfa3924f2f06c55905a4e736f" - 200 null "application/json; charset=utf-8" 58.749ms
[2024-07-17 09:26:31.873 -06:00] [DBG] [13] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POO"" accepted.
[2024-07-17 09:26:31.873 -06:00] [DBG] [13] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POO"" started.
[2024-07-17 09:26:31.876 -06:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:26:31.876 -06:00] [DBG] [13] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:26:31.876 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.876 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:26:31.876 -06:00] [DBG] [13] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:26:31.876 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.876 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:31.877 -06:00] [DBG] [13] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:26:31.877 -06:00] [DBG] [13] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:26:31.877 -06:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:26:31.877 -06:00] [DBG] [13] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:26:31.877 -06:00] [DBG] [13] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:26:31.877 -06:00] [DBG] [11] Emby.Server.Implementations.Data.SqliteItemRepository: "GetItemList" query time (slow): 71.039ms. Query: "select type,data,StartDate,EndDate,ChannelId,IsMovie,IsSeries,EpisodeTitle,IsRepeat,CommunityRating,IndexNumber,Width,Height,Name,Path,PremiereDate,ParentIndexNumber,ProductionYear,OfficialRating,RunTimeTicks,Size,DateModified,guid,ParentId,Audio,ExternalServiceId,IsInMixedFolder,Tags,TrailerTypes,PrimaryVersionId,Album,LUFS,NormalizationGain,CriticRating,IsVirtualItem,SeriesName,SeasonName,SeasonId,SeriesId,ProviderIds,Images,TotalBitrate,ExtraType,Artists,AlbumArtists,ExternalId,ShowId,OwnerId,UserDatas.UserId,UserDatas.lastPlayedDate,UserDatas.playbackPositionTicks,UserDatas.playcount,UserDatas.isFavorite,UserDatas.played,UserDatas.rating from TypedBaseItems A left join UserDatas on UserDataKey=UserDatas.Key And (UserId=@UserId) where playbackPositionTicks > 0 AND IsVirtualItem=@IsVirtualItem AND MediaType=@MediaTypes AND TopParentId in ('4558d5a932cd185cf0c8efbaa5a43d22','58582271038605eaa948ef80565562b1','feb831a7e3460f3d55275f3809cf82b1','8679d10569ec12981200c4116da3e90b','bc2cf5cb69197919b568eb5145a30357') Group by PresentationUniqueKey ORDER BY LastPlayedDate DESC LIMIT 12"
[2024-07-17 09:26:31.878 -06:00] [DBG] [10] Emby.Server.Implementations.Data.SqliteItemRepository: "GetItemList" query time (slow): 92.0122ms. Query: "select type,data,EndDate,ChannelId,CommunityRating,IndexNumber,Width,Height,Name,Path,PremiereDate,ParentIndexNumber,ProductionYear,OfficialRating,RunTimeTicks,Size,DateModified,guid,ParentId,Audio,IsInMixedFolder,PrimaryVersionId,Album,LUFS,NormalizationGain,CriticRating,IsVirtualItem,SeriesName,SeasonName,SeasonId,SeriesId,ProviderIds,TotalBitrate,ExtraType,ExternalId,SeriesPresentationUniqueKey,OwnerId,UserDatas.UserId,UserDatas.lastPlayedDate,UserDatas.playbackPositionTicks,UserDatas.playcount,UserDatas.isFavorite,UserDatas.played,UserDatas.rating from TypedBaseItems A left join UserDatas on UserDataKey=UserDatas.Key And (UserId=@UserId) where type=@type AND TopParentId in ('58582271038605eaa948ef80565562b1','feb831a7e3460f3d55275f3809cf82b1','8679d10569ec12981200c4116da3e90b','4558d5a932cd185cf0c8efbaa5a43d22','bc2cf5cb69197919b568eb5145a30357','1071671e7bffa0532e930debee501d2e') Group by SeriesPresentationUniqueKey ORDER BY MAX(LastPlayedDate) DESC LIMIT 34"
[2024-07-17 09:26:31.880 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:26:31.880 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:26:31.880 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.881 -06:00] [DBG] [11] MediaBrowser.Controller.Entities.BaseItem: "Bedazzled" has no parental rating set.
[2024-07-17 09:26:31.884 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.884 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:31.884 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:31.884 -06:00] [DBG] [13] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 7.6829ms with message 'null'
[2024-07-17 09:26:31.885 -06:00] [DBG] [13] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 7.9704ms
[2024-07-17 09:26:31.885 -06:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:26:31.885 -06:00] [DBG] [13] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POO"" completed keep alive response.
[2024-07-17 09:26:31.885 -06:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 9.05ms
[2024-07-17 09:26:31.886 -06:00] [DBG] [13] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301POO"" received FIN.
[2024-07-17 09:26:31.886 -06:00] [DBG] [13] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POO"" disconnecting.
[2024-07-17 09:26:31.886 -06:00] [DBG] [24] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301POO"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:26:31.888 -06:00] [DBG] [13] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POO"" stopped.
[2024-07-17 09:26:31.891 -06:00] [DBG] [21] Emby.Server.Implementations.Data.SqliteItemRepository: "GetItemList" query time (slow): 32.0435ms. Query: "select type,data,StartDate,EndDate,ChannelId,IsMovie,IsSeries,EpisodeTitle,IsRepeat,CommunityRating,IndexNumber,Width,Height,Name,Path,PremiereDate,ParentIndexNumber,ProductionYear,OfficialRating,RunTimeTicks,Size,DateModified,guid,ParentId,Audio,ExternalServiceId,IsInMixedFolder,Tags,TrailerTypes,PrimaryVersionId,Album,LUFS,NormalizationGain,CriticRating,IsVirtualItem,SeriesName,SeasonName,SeasonId,SeriesId,ProviderIds,Images,TotalBitrate,ExtraType,Artists,AlbumArtists,ExternalId,ShowId,OwnerId,UserDatas.UserId,UserDatas.lastPlayedDate,UserDatas.playbackPositionTicks,UserDatas.playcount,UserDatas.isFavorite,UserDatas.played,UserDatas.rating from TypedBaseItems A left join UserDatas on UserDataKey=UserDatas.Key And (UserId=@UserId) where IsFolder=@IsFolder AND (played is null or played=@IsPlayed) AND IsVirtualItem=@IsVirtualItem AND MediaType=@MediaTypes AND (TopParentId=@TopParentId) Group by PresentationUniqueKey ORDER BY DateCreated DESC,SortName DESC,ProductionYear DESC LIMIT 80"
[2024-07-17 09:26:31.891 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:31.891 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:31.892 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:26:31.892 -06:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "OkResult`1", writing value of type '"System.Linq.Enumerable+SelectListIterator`2[[System.Tuple`2[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.9.7.0, Culture=neutral, PublicKeyToken=null],[System.Collections.Generic.List`1[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.9.7.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.7.0, Culture=neutral, PublicKeyToken=null]]"'.
[2024-07-17 09:26:31.894 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:31.894 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:31.894 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:26:31.894 -06:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.7.0, Culture=neutral, PublicKeyToken=null]]"'.
[2024-07-17 09:26:31.900 -06:00] [DBG] [25] Emby.Server.Implementations.Data.SqliteItemRepository: "GetItemList" query time (slow): 40.7048ms. Query: "select type,data,StartDate,EndDate,ChannelId,IsMovie,IsSeries,EpisodeTitle,IsRepeat,CommunityRating,IndexNumber,Width,Height,Name,Path,PremiereDate,ParentIndexNumber,ProductionYear,OfficialRating,RunTimeTicks,Size,DateModified,guid,ParentId,Audio,ExternalServiceId,IsInMixedFolder,Tags,TrailerTypes,PrimaryVersionId,Album,LUFS,NormalizationGain,CriticRating,IsVirtualItem,SeriesName,SeasonName,SeasonId,SeriesId,ProviderIds,Images,TotalBitrate,ExtraType,Artists,AlbumArtists,ExternalId,ShowId,OwnerId from TypedBaseItems A where IsFolder=@IsFolder AND IsVirtualItem=@IsVirtualItem AND MediaType=@MediaTypes AND (TopParentId=@TopParentId) Group by PresentationUniqueKey ORDER BY DateCreated DESC,SortName DESC,ProductionYear DESC LIMIT 150"
[2024-07-17 09:26:31.901 -06:00] [DBG] [11] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:31.902 -06:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)" in 163.4892ms
[2024-07-17 09:26:31.902 -06:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ItemsController.GetResumeItemsLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:31.905 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POK"" completed keep alive response.
[2024-07-17 09:26:31.906 -06:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Resume""?Limit=12&Recursive=true&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&EnableTotalRecordCount=false&MediaTypes=Video" - 200 null "application/json; charset=utf-8" 262.8921ms
[2024-07-17 09:26:31.908 -06:00] [DBG] [21] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:31.909 -06:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)" in 93.8866ms
[2024-07-17 09:26:31.909 -06:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:31.909 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POM"" completed keep alive response.
[2024-07-17 09:26:31.909 -06:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Latest""?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=f137a2dd21bbc1b99aa5c0f6bf02a805" - 200 null "application/json; charset=utf-8" 252.0918ms
[2024-07-17 09:26:31.911 -06:00] [DBG] [8] Emby.Server.Implementations.Data.SqliteItemRepository: "GetItemList" query time (slow): 51.1822ms. Query: "select type,data,StartDate,EndDate,ChannelId,IsMovie,IsSeries,EpisodeTitle,IsRepeat,CommunityRating,IndexNumber,Width,Height,Name,Path,PremiereDate,ParentIndexNumber,ProductionYear,OfficialRating,RunTimeTicks,Size,DateModified,guid,ParentId,Audio,ExternalServiceId,IsInMixedFolder,Tags,TrailerTypes,PrimaryVersionId,Album,LUFS,NormalizationGain,CriticRating,IsVirtualItem,SeriesName,SeasonName,SeasonId,SeriesId,ProviderIds,Images,TotalBitrate,ExtraType,Artists,AlbumArtists,ExternalId,ShowId,OwnerId,UserDatas.UserId,UserDatas.lastPlayedDate,UserDatas.playbackPositionTicks,UserDatas.playcount,UserDatas.isFavorite,UserDatas.played,UserDatas.rating from TypedBaseItems A left join UserDatas on UserDataKey=UserDatas.Key And (UserId=@UserId) where IsFolder=@IsFolder AND (played is null or played=@IsPlayed) AND IsVirtualItem=@IsVirtualItem AND MediaType=@MediaTypes AND (TopParentId=@TopParentId) Group by PresentationUniqueKey ORDER BY DateCreated DESC,SortName DESC,ProductionYear DESC LIMIT 80"
[2024-07-17 09:26:31.915 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:31.915 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:31.915 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:26:31.915 -06:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "OkResult`1", writing value of type '"System.Linq.Enumerable+SelectListIterator`2[[System.Tuple`2[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.9.7.0, Culture=neutral, PublicKeyToken=null],[System.Collections.Generic.List`1[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.9.7.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.7.0, Culture=neutral, PublicKeyToken=null]]"'.
[2024-07-17 09:26:31.920 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:31.920 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:31.920 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:26:31.920 -06:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "OkResult`1", writing value of type '"System.Linq.Enumerable+SelectListIterator`2[[System.Tuple`2[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.9.7.0, Culture=neutral, PublicKeyToken=null],[System.Collections.Generic.List`1[[MediaBrowser.Controller.Entities.BaseItem, MediaBrowser.Controller, Version=10.9.7.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.7.0, Culture=neutral, PublicKeyToken=null]]"'.
[2024-07-17 09:26:31.925 -06:00] [DBG] [8] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:31.925 -06:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)" in 107.5772ms
[2024-07-17 09:26:31.926 -06:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:31.926 -06:00] [DBG] [8] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PON"" completed keep alive response.
[2024-07-17 09:26:31.926 -06:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Latest""?Limit=16&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=a656b907eb3a73532e40e44b968d0225" - 200 null "application/json; charset=utf-8" 270.0711ms
[2024-07-17 09:26:31.938 -06:00] [DBG] [10] Emby.Server.Implementations.Data.SqliteItemRepository: "GetItemList" query time (slow): 10.2223ms. Query: "select type,data,EndDate,ChannelId,CommunityRating,IndexNumber,Width,Height,Name,Path,PremiereDate,ParentIndexNumber,ProductionYear,OfficialRating,ForcedSortName,RunTimeTicks,Size,DateModified,guid,ParentId,Audio,IsInMixedFolder,PrimaryVersionId,Album,LUFS,NormalizationGain,CriticRating,IsVirtualItem,SeriesName,SeasonName,SeasonId,SeriesId,ProviderIds,TotalBitrate,ExtraType,ExternalId,OwnerId,UserDatas.UserId,UserDatas.lastPlayedDate,UserDatas.playbackPositionTicks,UserDatas.playcount,UserDatas.isFavorite,UserDatas.played,UserDatas.rating from TypedBaseItems A left join UserDatas on UserDataKey=UserDatas.Key And (UserId=@UserId) where type=@type AND (ParentIndexNumber<>@ParentIndexNumberNotEquals or ParentIndexNumber is null) AND (played=@IsPlayed) AND SeriesPresentationUniqueKey=@SeriesPresentationUniqueKey Group by PresentationUniqueKey ORDER BY ParentIndexNumber DESC,IndexNumber DESC LIMIT 1"
[2024-07-17 09:26:31.948 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:31.949 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:31.949 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:26:31.949 -06:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.7.0, Culture=neutral, PublicKeyToken=null]]"'.
[2024-07-17 09:26:31.949 -06:00] [DBG] [10] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:31.949 -06:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.TvShowsController.GetNextUp (Jellyfin.Api)" in 210.8635ms
[2024-07-17 09:26:31.949 -06:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.TvShowsController.GetNextUp (Jellyfin.Api)"'
[2024-07-17 09:26:31.949 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POJ"" completed keep alive response.
[2024-07-17 09:26:31.949 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Shows/NextUp""?Limit=24&Fields=PrimaryImageAspectRatio%2CDateCreated%2CBasicSyncInfo%2CPath%2CMediaSourceCount&UserId=c4d398ea85ad4dcc8a0ad59038bb16c9&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CBanner%2CThumb&EnableTotalRecordCount=false&DisableFirstEpisode=false&NextUpDateCutoff=2023-07-18T15%3A26%3A31.626Z&EnableRewatching=false" - 200 null "application/json; charset=utf-8" 305.2229ms
[2024-07-17 09:26:32.010 -06:00] [DBG] [25] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:32.011 -06:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)" in 190.863ms
[2024-07-17 09:26:32.012 -06:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetLatestMediaLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:32.012 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POH"" completed keep alive response.
[2024-07-17 09:26:32.012 -06:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/Latest""?Limit=30&Fields=PrimaryImageAspectRatio%2CBasicSyncInfo%2CPath&ImageTypeLimit=1&EnableImageTypes=Primary%2CBackdrop%2CThumb&ParentId=7e64e319657a9516ec78490da03edccb" - 200 null "application/json; charset=utf-8" 209.6722ms
[2024-07-17 09:26:32.088 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Items/777b30e2ca3ef6cb6e9f3a2dc9e22c8a/Images/Primary""?fillHeight=503&fillWidth=335&quality=96&tag=e9d6a8a0aaaa4feba9e776f997169180" - null null
[2024-07-17 09:26:32.088 -06:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Items/905423020f62a9a8e3af7a4852915d0d/Images/Primary""?fillHeight=503&fillWidth=335&quality=96&tag=5398581f26a662e838fcd26ad3b4da08" - null null
[2024-07-17 09:26:32.089 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:32.089 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:32.089 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/Items/905423020f62a9a8e3af7a4852915d0d/Images/Primary" does not match a supported file type
[2024-07-17 09:26:32.089 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/Items/777b30e2ca3ef6cb6e9f3a2dc9e22c8a/Images/Primary" does not match a supported file type
[2024-07-17 09:26:32.089 -06:00] [DBG] [25] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:26:32.089 -06:00] [DBG] [10] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:26:32.089 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:32.089 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:32.089 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:32.089 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:32.089 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/Items/905423020f62a9a8e3af7a4852915d0d/Images/Primary"'
[2024-07-17 09:26:32.090 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/Items/777b30e2ca3ef6cb6e9f3a2dc9e22c8a/Images/Primary"'
[2024-07-17 09:26:32.090 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"' with route pattern '"Items/{itemId}/Images/{imageType}"' is valid for the request path '"/Items/905423020f62a9a8e3af7a4852915d0d/Images/Primary"'
[2024-07-17 09:26:32.090 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"' with route pattern '"Items/{itemId}/Images/{imageType}"' is valid for the request path '"/Items/777b30e2ca3ef6cb6e9f3a2dc9e22c8a/Images/Primary"'
[2024-07-17 09:26:32.090 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
[2024-07-17 09:26:32.090 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
[2024-07-17 09:26:32.090 -06:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
[2024-07-17 09:26:32.090 -06:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
[2024-07-17 09:26:32.104 -06:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
[2024-07-17 09:26:32.104 -06:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
[2024-07-17 09:26:32.104 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:32.104 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:32.104 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:32.105 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:32.105 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:32.105 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:32.104 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:32.105 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api")
[2024-07-17 09:26:32.105 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:32.105 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:32.105 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:32.105 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api")
[2024-07-17 09:26:32.106 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api")
[2024-07-17 09:26:32.106 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api")
[2024-07-17 09:26:32.106 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"itemId"' of type '"System.Guid"' ...
[2024-07-17 09:26:32.106 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"itemId"' of type '"System.Guid"' using the name '"itemId"' in request data ...
[2024-07-17 09:26:32.106 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"itemId"' of type '"System.Guid"'.
[2024-07-17 09:26:32.106 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"itemId"' of type '"System.Guid"'.
[2024-07-17 09:26:32.106 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"itemId"' of type '"System.Guid"' ...
[2024-07-17 09:26:32.107 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"itemId"' of type '"System.Guid"'.
[2024-07-17 09:26:32.107 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"' ...
[2024-07-17 09:26:32.107 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"' using the name '"imageType"' in request data ...
[2024-07-17 09:26:32.107 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"'.
[2024-07-17 09:26:32.107 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"'.
[2024-07-17 09:26:32.107 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"' ...
[2024-07-17 09:26:32.107 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"'.
[2024-07-17 09:26:32.107 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.107 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:32.107 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.107 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.107 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.107 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.107 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.108 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.108 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:32.108 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.108 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.108 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.108 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.108 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.108 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"width"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.108 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"width"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:32.108 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"width"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.108 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"width"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.108 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"itemId"' of type '"System.Guid"' ...
[2024-07-17 09:26:32.108 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"width"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.108 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"width"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.108 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"width"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.108 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"height"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.108 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"itemId"' of type '"System.Guid"' using the name '"itemId"' in request data ...
[2024-07-17 09:26:32.108 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"height"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:32.108 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"itemId"' of type '"System.Guid"'.
[2024-07-17 09:26:32.108 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"height"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.108 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"itemId"' of type '"System.Guid"'.
[2024-07-17 09:26:32.108 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"height"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.108 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"itemId"' of type '"System.Guid"' ...
[2024-07-17 09:26:32.108 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"height"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.108 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"height"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.108 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"itemId"' of type '"System.Guid"'.
[2024-07-17 09:26:32.108 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"height"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.108 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"' ...
[2024-07-17 09:26:32.108 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"quality"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.108 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"quality"' of type '"System.Nullable`1[System.Int32]"' using the name '"quality"' in request data ...
[2024-07-17 09:26:32.109 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"quality"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.109 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"quality"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.109 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"quality"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.109 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"' using the name '"imageType"' in request data ...
[2024-07-17 09:26:32.109 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"'.
[2024-07-17 09:26:32.109 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"'.
[2024-07-17 09:26:32.109 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"' ...
[2024-07-17 09:26:32.109 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"'.
[2024-07-17 09:26:32.109 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.109 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:32.109 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.109 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.109 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.109 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.109 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.110 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.110 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:32.110 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.110 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"quality"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.116 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.110 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.116 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.116 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"' using the name '"fillWidth"' in request data ...
[2024-07-17 09:26:32.116 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.116 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.116 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.116 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.116 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"width"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.116 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.116 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"width"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:32.116 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"width"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.116 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"width"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.116 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"width"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.116 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.116 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"width"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.117 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.117 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"width"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.117 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"' using the name '"fillHeight"' in request data ...
[2024-07-17 09:26:32.117 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"height"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.117 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"height"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:32.117 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"height"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.117 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.117 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"height"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.117 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.117 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"height"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.117 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.118 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"height"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.118 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"height"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.118 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"quality"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.118 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.118 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"tag"' of type '"System.String"' ...
[2024-07-17 09:26:32.118 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"tag"' of type '"System.String"' using the name '"tag"' in request data ...
[2024-07-17 09:26:32.118 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"tag"' of type '"System.String"'.
[2024-07-17 09:26:32.118 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"tag"' of type '"System.String"'.
[2024-07-17 09:26:32.118 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"quality"' of type '"System.Nullable`1[System.Int32]"' using the name '"quality"' in request data ...
[2024-07-17 09:26:32.118 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"tag"' of type '"System.String"' ...
[2024-07-17 09:26:32.119 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"quality"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.119 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"quality"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.119 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"tag"' of type '"System.String"'.
[2024-07-17 09:26:32.119 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"format"' of type '"System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat]"' ...
[2024-07-17 09:26:32.119 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"quality"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.119 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"quality"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.120 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.120 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"' using the name '"fillWidth"' in request data ...
[2024-07-17 09:26:32.120 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.120 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.120 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.120 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.120 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.120 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"' using the name '"fillHeight"' in request data ...
[2024-07-17 09:26:32.120 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"format"' of type '"System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat]"'.
[2024-07-17 09:26:32.120 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"format"' of type '"System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat]"' ...
[2024-07-17 09:26:32.121 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"format"' of type '"System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat]"'.
[2024-07-17 09:26:32.120 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.121 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.121 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"' ...
[2024-07-17 09:26:32.121 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.121 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.121 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"tag"' of type '"System.String"' ...
[2024-07-17 09:26:32.121 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DoubleModelBinder: Attempting to bind parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"' using the name '""' in request data ...
[2024-07-17 09:26:32.121 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"tag"' of type '"System.String"' using the name '"tag"' in request data ...
[2024-07-17 09:26:32.122 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"tag"' of type '"System.String"'.
[2024-07-17 09:26:32.122 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"tag"' of type '"System.String"'.
[2024-07-17 09:26:32.122 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"tag"' of type '"System.String"' ...
[2024-07-17 09:26:32.122 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"tag"' of type '"System.String"'.
[2024-07-17 09:26:32.122 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"format"' of type '"System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat]"' ...
[2024-07-17 09:26:32.122 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"format"' of type '"System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat]"'.
[2024-07-17 09:26:32.122 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"format"' of type '"System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat]"' ...
[2024-07-17 09:26:32.122 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"format"' of type '"System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat]"'.
[2024-07-17 09:26:32.122 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"' ...
[2024-07-17 09:26:32.122 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DoubleModelBinder: Could not find a value in the request with name '""' for binding parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:32.122 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DoubleModelBinder: Attempting to bind parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"' using the name '""' in request data ...
[2024-07-17 09:26:32.122 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DoubleModelBinder: Could not find a value in the request with name '""' for binding parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:32.123 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DoubleModelBinder: Done attempting to bind parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:32.123 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DoubleModelBinder: Done attempting to bind parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:32.123 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:32.123 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"' ...
[2024-07-17 09:26:32.123 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:32.123 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"' ...
[2024-07-17 09:26:32.123 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:32.123 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.123 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:32.123 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:32.123 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.123 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.123 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:32.123 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.123 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.123 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.123 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.123 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.124 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.124 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.124 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"blur"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.124 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.124 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"blur"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:32.124 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"blur"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.124 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"blur"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.124 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.124 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"blur"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.124 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"blur"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.124 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"blur"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.124 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"blur"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.124 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"backgroundColor"' of type '"System.String"' ...
[2024-07-17 09:26:32.125 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"backgroundColor"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:32.125 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"blur"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:32.125 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"backgroundColor"' of type '"System.String"'.
[2024-07-17 09:26:32.125 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"backgroundColor"' of type '"System.String"'.
[2024-07-17 09:26:32.125 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"backgroundColor"' of type '"System.String"'.
[2024-07-17 09:26:32.125 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"backgroundColor"' of type '"System.String"' ...
[2024-07-17 09:26:32.126 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"blur"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.126 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"backgroundColor"' of type '"System.String"'.
[2024-07-17 09:26:32.126 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"foregroundLayer"' of type '"System.String"' ...
[2024-07-17 09:26:32.126 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"foregroundLayer"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:32.126 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"foregroundLayer"' of type '"System.String"'.
[2024-07-17 09:26:32.126 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"blur"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.126 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"foregroundLayer"' of type '"System.String"'.
[2024-07-17 09:26:32.126 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"foregroundLayer"' of type '"System.String"'.
[2024-07-17 09:26:32.126 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"foregroundLayer"' of type '"System.String"' ...
[2024-07-17 09:26:32.126 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"blur"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.127 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"blur"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.127 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"foregroundLayer"' of type '"System.String"'.
[2024-07-17 09:26:32.127 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.127 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"blur"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.127 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:32.127 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.127 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"backgroundColor"' of type '"System.String"' ...
[2024-07-17 09:26:32.127 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.128 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.128 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.128 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.128 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"backgroundColor"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:32.128 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"backgroundColor"' of type '"System.String"'.
[2024-07-17 09:26:32.128 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"backgroundColor"' of type '"System.String"'.
[2024-07-17 09:26:32.128 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"backgroundColor"' of type '"System.String"'.
[2024-07-17 09:26:32.129 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"backgroundColor"' of type '"System.String"' ...
[2024-07-17 09:26:32.129 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"backgroundColor"' of type '"System.String"'.
[2024-07-17 09:26:32.129 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"foregroundLayer"' of type '"System.String"' ...
[2024-07-17 09:26:32.129 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"foregroundLayer"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:32.129 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"foregroundLayer"' of type '"System.String"'.
[2024-07-17 09:26:32.130 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"foregroundLayer"' of type '"System.String"'.
[2024-07-17 09:26:32.130 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"foregroundLayer"' of type '"System.String"'.
[2024-07-17 09:26:32.131 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"foregroundLayer"' of type '"System.String"' ...
[2024-07-17 09:26:32.131 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"foregroundLayer"' of type '"System.String"'.
[2024-07-17 09:26:32.131 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.131 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:32.132 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.132 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.132 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.133 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:32.133 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:32.196 -06:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/addons_config/jellyfin/cache/images/resized-images/f/f39859fb-16f8-bc77-a8ba-785a960e43d3.webp"' with download name '""' ...
[2024-07-17 09:26:32.196 -06:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/addons_config/jellyfin/cache/images/resized-images/9/9e47d9cc-dba4-d099-3fba-34f19cb4d0a0.webp"' with download name '""' ...
[2024-07-17 09:26:32.198 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: The file result has not been enabled for processing range requests. To enable it, set the EnableRangeProcessing property on the result to 'true'.
[2024-07-17 09:26:32.198 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: The file result has not been enabled for processing range requests. To enable it, set the EnableRangeProcessing property on the result to 'true'.
[2024-07-17 09:26:32.199 -06:00] [DBG] [10] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: Response compression is not enabled for the Content-Type '"image/webp"'.
[2024-07-17 09:26:32.199 -06:00] [DBG] [25] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: Response compression is not enabled for the Content-Type '"image/webp"'.
[2024-07-17 09:26:32.212 -06:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 106.7331ms
[2024-07-17 09:26:32.212 -06:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
[2024-07-17 09:26:32.212 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POH"" completed keep alive response.
[2024-07-17 09:26:32.213 -06:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Items/777b30e2ca3ef6cb6e9f3a2dc9e22c8a/Images/Primary""?fillHeight=503&fillWidth=335&quality=96&tag=e9d6a8a0aaaa4feba9e776f997169180" - 200 112514 "image/webp" 124.2156ms
[2024-07-17 09:26:32.219 -06:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 113.7609ms
[2024-07-17 09:26:32.219 -06:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
[2024-07-17 09:26:32.219 -06:00] [DBG] [13] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POJ"" completed keep alive response.
[2024-07-17 09:26:32.219 -06:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Items/905423020f62a9a8e3af7a4852915d0d/Images/Primary""?fillHeight=503&fillWidth=335&quality=96&tag=5398581f26a662e838fcd26ad3b4da08" - 200 106624 "image/webp" 130.761ms
[2024-07-17 09:26:33.440 -06:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/b8d99abbfa3924f2f06c55905a4e736f""" - null null
[2024-07-17 09:26:33.441 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:33.441 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/b8d99abbfa3924f2f06c55905a4e736f" does not match a supported file type
[2024-07-17 09:26:33.442 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:33.442 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:33.442 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:33.442 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:33.442 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:33.442 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:33.443 -06:00] [INF] [13] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:33.443 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:33.443 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:33.443 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:33.443 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:33.443 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:33.443 -06:00] [DBG] [13] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:33.444 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:33.444 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:33.444 -06:00] [DBG] [13] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/b8d99abbfa3924f2f06c55905a4e736f"'
[2024-07-17 09:26:33.444 -06:00] [DBG] [13] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)"' with route pattern '"Users/{userId}/Items/{itemId}"' is valid for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/b8d99abbfa3924f2f06c55905a4e736f"'
[2024-07-17 09:26:33.444 -06:00] [DBG] [13] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:33.444 -06:00] [DBG] [13] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:33.444 -06:00] [DBG] [13] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:26:33.444 -06:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:33.448 -06:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemLegacy\", controller = \"UserLibrary\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetItemLegacy(System.Guid, System.Guid)" on controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api").
[2024-07-17 09:26:33.448 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:33.448 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:33.449 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:33.449 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:33.449 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:33.450 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api")
[2024-07-17 09:26:33.451 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.UserLibraryController" ("Jellyfin.Api")
[2024-07-17 09:26:33.451 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"userId"' of type '"System.Guid"' ...
[2024-07-17 09:26:33.451 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"userId"' of type '"System.Guid"' using the name '"userId"' in request data ...
[2024-07-17 09:26:33.451 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:33.451 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:33.451 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"userId"' of type '"System.Guid"' ...
[2024-07-17 09:26:33.452 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:33.452 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"itemId"' of type '"System.Guid"' ...
[2024-07-17 09:26:33.452 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"itemId"' of type '"System.Guid"' using the name '"itemId"' in request data ...
[2024-07-17 09:26:33.452 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"itemId"' of type '"System.Guid"'.
[2024-07-17 09:26:33.452 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"itemId"' of type '"System.Guid"'.
[2024-07-17 09:26:33.452 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"itemId"' of type '"System.Guid"' ...
[2024-07-17 09:26:33.452 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"itemId"' of type '"System.Guid"'.
[2024-07-17 09:26:33.454 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.454 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Media Folders" has no parental rating set.
[2024-07-17 09:26:33.456 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:33.456 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:33.456 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:26:33.456 -06:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Dto.BaseItemDto"'.
[2024-07-17 09:26:33.456 -06:00] [DBG] [13] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:33.457 -06:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)" in 7.8345ms
[2024-07-17 09:26:33.457 -06:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.UserLibraryController.GetItemLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:33.457 -06:00] [DBG] [13] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POJ"" completed keep alive response.
[2024-07-17 09:26:33.457 -06:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items/b8d99abbfa3924f2f06c55905a4e736f""" - 200 null "application/json; charset=utf-8" 16.616ms
[2024-07-17 09:26:33.525 -06:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items""?StartIndex=0&Limit=100&Fields=PrimaryImageAspectRatio%2CSortName%2CPath%2CSongCount%2CChildCount%2CMediaSourceCount%2CPrimaryImageAspectRatio&ImageTypeLimit=1&ParentId=b8d99abbfa3924f2f06c55905a4e736f&SortBy=SortName&SortOrder=Ascending" - null null
[2024-07-17 09:26:33.525 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:33.526 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items" does not match a supported file type
[2024-07-17 09:26:33.526 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:33.527 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:33.527 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:33.527 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:33.527 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:33.527 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:33.527 -06:00] [INF] [13] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:33.527 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:33.527 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:33.527 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:33.527 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:33.528 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:33.528 -06:00] [DBG] [13] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:33.528 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:33.528 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:33.528 -06:00] [DBG] [13] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items"'
[2024-07-17 09:26:33.528 -06:00] [DBG] [13] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)"' with route pattern '"Users/{userId}/Items"' is valid for the request path '"/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items"'
[2024-07-17 09:26:33.528 -06:00] [DBG] [13] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:33.528 -06:00] [DBG] [13] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:33.528 -06:00] [DBG] [13] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:26:33.529 -06:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:33.544 -06:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemsByUserIdLegacy\", controller = \"Items\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]] GetItemsByUserIdLegacy(System.Guid, System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Guid], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], MediaBrowser.Model.Entities.LocationType[], MediaBrowser.Model.Entities.LocationType[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Double], System.Nullable`1[System.Double], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Guid[], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], System.String, Jellyfin.Data.Enums.SortOrder[], System.Nullable`1[System.Guid], MediaBrowser.Model.Querying.ItemFields[], Jellyfin.Data.Enums.BaseItemKind[], Jellyfin.Data.Enums.BaseItemKind[], MediaBrowser.Model.Querying.ItemFilter[], System.Nullable`1[System.Boolean], Jellyfin.Data.Enums.MediaType[], MediaBrowser.Model.Entities.ImageType[], Jellyfin.Data.Enums.ItemSortBy[], System.Nullable`1[System.Boolean], System.String[], System.String[], System.String[], Int32[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], System.String, System.Guid[], System.String[], System.String[], System.String[], System.Guid[], System.Guid[], System.Guid[], System.Guid[], System.String[], System.Guid[], System.Guid[], MediaBrowser.Model.Entities.VideoType[], System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Boolean], MediaBrowser.Model.Entities.SeriesStatus[], System.String, System.String, System.String, System.Guid[], System.Guid[], Boolean, System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ItemsController" ("Jellyfin.Api").
[2024-07-17 09:26:33.544 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:33.545 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:33.545 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:33.545 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:33.545 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:33.545 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.ItemsController" ("Jellyfin.Api")
[2024-07-17 09:26:33.545 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.ItemsController" ("Jellyfin.Api")
[2024-07-17 09:26:33.545 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"userId"' of type '"System.Guid"' ...
[2024-07-17 09:26:33.545 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"userId"' of type '"System.Guid"' using the name '"userId"' in request data ...
[2024-07-17 09:26:33.545 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:33.545 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:33.545 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"userId"' of type '"System.Guid"' ...
[2024-07-17 09:26:33.545 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"userId"' of type '"System.Guid"'.
[2024-07-17 09:26:33.546 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"maxOfficialRating"' of type '"System.String"' ...
[2024-07-17 09:26:33.546 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"maxOfficialRating"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:33.546 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"maxOfficialRating"' of type '"System.String"'.
[2024-07-17 09:26:33.546 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"maxOfficialRating"' of type '"System.String"'.
[2024-07-17 09:26:33.546 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"maxOfficialRating"' of type '"System.String"'.
[2024-07-17 09:26:33.546 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"maxOfficialRating"' of type '"System.String"' ...
[2024-07-17 09:26:33.546 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"maxOfficialRating"' of type '"System.String"'.
[2024-07-17 09:26:33.546 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"hasThemeSong"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.546 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"hasThemeSong"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:33.546 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"hasThemeSong"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.546 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"hasThemeSong"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.546 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"hasThemeSong"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.546 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"hasThemeSong"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.546 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"hasThemeSong"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.546 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"hasThemeVideo"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.546 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"hasThemeVideo"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:33.546 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"hasThemeVideo"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.546 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"hasThemeVideo"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.546 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"hasThemeVideo"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.546 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"hasThemeVideo"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.546 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"hasThemeVideo"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.546 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"hasSubtitles"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.546 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"hasSubtitles"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:33.547 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"hasSubtitles"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.547 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"hasSubtitles"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.547 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"hasSubtitles"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.547 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"hasSubtitles"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.547 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"hasSubtitles"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.547 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"hasSpecialFeature"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.547 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"hasSpecialFeature"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:33.547 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"hasSpecialFeature"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.547 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"hasSpecialFeature"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.547 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"hasSpecialFeature"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.547 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"hasSpecialFeature"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.547 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"hasSpecialFeature"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.547 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"hasTrailer"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.547 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"hasTrailer"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:33.547 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"hasTrailer"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.547 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"hasTrailer"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.547 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"hasTrailer"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.547 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"hasTrailer"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.547 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"hasTrailer"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.547 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"adjacentTo"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:33.547 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"adjacentTo"' of type '"System.Nullable`1[System.Guid]"' using the name '""' in request data ...
[2024-07-17 09:26:33.547 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"adjacentTo"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:33.547 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"adjacentTo"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:33.547 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"adjacentTo"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:33.547 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"adjacentTo"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:33.547 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"adjacentTo"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:33.547 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"parentIndexNumber"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:33.547 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"parentIndexNumber"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:33.548 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"parentIndexNumber"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:33.548 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"parentIndexNumber"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:33.548 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"parentIndexNumber"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:33.548 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"parentIndexNumber"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:33.548 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"parentIndexNumber"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:33.548 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"hasParentalRating"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.548 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"hasParentalRating"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:33.548 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"hasParentalRating"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.548 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"hasParentalRating"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.548 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"hasParentalRating"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.548 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"hasParentalRating"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.548 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"hasParentalRating"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.548 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isHd"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.548 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isHd"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:33.548 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isHd"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.548 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isHd"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.548 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isHd"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.548 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isHd"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.548 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isHd"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.548 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"is4K"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.548 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"is4K"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:33.548 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"is4K"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.548 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"is4K"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.548 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"is4K"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.548 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"is4K"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.548 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"is4K"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.548 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"locationTypes"' of type '"MediaBrowser.Model.Entities.LocationType[]"' ...
[2024-07-17 09:26:33.548 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"locationTypes"' of type '"MediaBrowser.Model.Entities.LocationType[]"'.
[2024-07-17 09:26:33.548 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"locationTypes"' of type '"MediaBrowser.Model.Entities.LocationType[]"' ...
[2024-07-17 09:26:33.551 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"locationTypes"' of type '"MediaBrowser.Model.Entities.LocationType[]"'.
[2024-07-17 09:26:33.551 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"excludeLocationTypes"' of type '"MediaBrowser.Model.Entities.LocationType[]"' ...
[2024-07-17 09:26:33.551 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"excludeLocationTypes"' of type '"MediaBrowser.Model.Entities.LocationType[]"'.
[2024-07-17 09:26:33.551 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"excludeLocationTypes"' of type '"MediaBrowser.Model.Entities.LocationType[]"' ...
[2024-07-17 09:26:33.551 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"excludeLocationTypes"' of type '"MediaBrowser.Model.Entities.LocationType[]"'.
[2024-07-17 09:26:33.551 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isMissing"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.551 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isMissing"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:33.551 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isMissing"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.551 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isMissing"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.551 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isMissing"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.551 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isMissing"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.551 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isMissing"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.552 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isUnaired"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.552 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isUnaired"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:33.552 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isUnaired"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.552 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isUnaired"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.552 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isUnaired"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.552 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isUnaired"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.552 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isUnaired"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.552 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"minCommunityRating"' of type '"System.Nullable`1[System.Double]"' ...
[2024-07-17 09:26:33.552 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DoubleModelBinder: Attempting to bind parameter '"minCommunityRating"' of type '"System.Nullable`1[System.Double]"' using the name '""' in request data ...
[2024-07-17 09:26:33.552 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DoubleModelBinder: Could not find a value in the request with name '""' for binding parameter '"minCommunityRating"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:33.552 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DoubleModelBinder: Done attempting to bind parameter '"minCommunityRating"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:33.552 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"minCommunityRating"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:33.552 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"minCommunityRating"' of type '"System.Nullable`1[System.Double]"' ...
[2024-07-17 09:26:33.552 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"minCommunityRating"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:33.552 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"minCriticRating"' of type '"System.Nullable`1[System.Double]"' ...
[2024-07-17 09:26:33.552 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DoubleModelBinder: Attempting to bind parameter '"minCriticRating"' of type '"System.Nullable`1[System.Double]"' using the name '""' in request data ...
[2024-07-17 09:26:33.552 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DoubleModelBinder: Could not find a value in the request with name '""' for binding parameter '"minCriticRating"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:33.552 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DoubleModelBinder: Done attempting to bind parameter '"minCriticRating"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:33.552 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"minCriticRating"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:33.552 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"minCriticRating"' of type '"System.Nullable`1[System.Double]"' ...
[2024-07-17 09:26:33.552 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"minCriticRating"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:33.552 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"minPremiereDate"' of type '"System.Nullable`1[System.DateTime]"' ...
[2024-07-17 09:26:33.552 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinder: Attempting to bind parameter '"minPremiereDate"' of type '"System.Nullable`1[System.DateTime]"' using the name '""' in request data ...
[2024-07-17 09:26:33.553 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinder: Could not find a value in the request with name '""' for binding parameter '"minPremiereDate"' of type '"System.Nullable`1[System.DateTime]"'.
[2024-07-17 09:26:33.553 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinder: Done attempting to bind parameter '"minPremiereDate"' of type '"System.Nullable`1[System.DateTime]"'.
[2024-07-17 09:26:33.553 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"minPremiereDate"' of type '"System.Nullable`1[System.DateTime]"'.
[2024-07-17 09:26:33.553 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"minPremiereDate"' of type '"System.Nullable`1[System.DateTime]"' ...
[2024-07-17 09:26:33.553 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"minPremiereDate"' of type '"System.Nullable`1[System.DateTime]"'.
[2024-07-17 09:26:33.553 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"minDateLastSaved"' of type '"System.Nullable`1[System.DateTime]"' ...
[2024-07-17 09:26:33.553 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinder: Attempting to bind parameter '"minDateLastSaved"' of type '"System.Nullable`1[System.DateTime]"' using the name '""' in request data ...
[2024-07-17 09:26:33.553 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinder: Could not find a value in the request with name '""' for binding parameter '"minDateLastSaved"' of type '"System.Nullable`1[System.DateTime]"'.
[2024-07-17 09:26:33.553 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinder: Done attempting to bind parameter '"minDateLastSaved"' of type '"System.Nullable`1[System.DateTime]"'.
[2024-07-17 09:26:33.553 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"minDateLastSaved"' of type '"System.Nullable`1[System.DateTime]"'.
[2024-07-17 09:26:33.553 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"minDateLastSaved"' of type '"System.Nullable`1[System.DateTime]"' ...
[2024-07-17 09:26:33.553 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"minDateLastSaved"' of type '"System.Nullable`1[System.DateTime]"'.
[2024-07-17 09:26:33.553 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"minDateLastSavedForUser"' of type '"System.Nullable`1[System.DateTime]"' ...
[2024-07-17 09:26:33.553 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinder: Attempting to bind parameter '"minDateLastSavedForUser"' of type '"System.Nullable`1[System.DateTime]"' using the name '""' in request data ...
[2024-07-17 09:26:33.553 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinder: Could not find a value in the request with name '""' for binding parameter '"minDateLastSavedForUser"' of type '"System.Nullable`1[System.DateTime]"'.
[2024-07-17 09:26:33.553 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinder: Done attempting to bind parameter '"minDateLastSavedForUser"' of type '"System.Nullable`1[System.DateTime]"'.
[2024-07-17 09:26:33.553 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"minDateLastSavedForUser"' of type '"System.Nullable`1[System.DateTime]"'.
[2024-07-17 09:26:33.553 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"minDateLastSavedForUser"' of type '"System.Nullable`1[System.DateTime]"' ...
[2024-07-17 09:26:33.553 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"minDateLastSavedForUser"' of type '"System.Nullable`1[System.DateTime]"'.
[2024-07-17 09:26:33.553 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"maxPremiereDate"' of type '"System.Nullable`1[System.DateTime]"' ...
[2024-07-17 09:26:33.553 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinder: Attempting to bind parameter '"maxPremiereDate"' of type '"System.Nullable`1[System.DateTime]"' using the name '""' in request data ...
[2024-07-17 09:26:33.553 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinder: Could not find a value in the request with name '""' for binding parameter '"maxPremiereDate"' of type '"System.Nullable`1[System.DateTime]"'.
[2024-07-17 09:26:33.553 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinder: Done attempting to bind parameter '"maxPremiereDate"' of type '"System.Nullable`1[System.DateTime]"'.
[2024-07-17 09:26:33.553 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"maxPremiereDate"' of type '"System.Nullable`1[System.DateTime]"'.
[2024-07-17 09:26:33.553 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"maxPremiereDate"' of type '"System.Nullable`1[System.DateTime]"' ...
[2024-07-17 09:26:33.553 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"maxPremiereDate"' of type '"System.Nullable`1[System.DateTime]"'.
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"hasOverview"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"hasOverview"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"hasOverview"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"hasOverview"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"hasOverview"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"hasOverview"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"hasOverview"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"hasImdbId"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"hasImdbId"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"hasImdbId"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"hasImdbId"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"hasImdbId"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"hasImdbId"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"hasImdbId"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"hasTmdbId"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"hasTmdbId"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"hasTmdbId"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"hasTmdbId"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"hasTmdbId"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"hasTmdbId"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"hasTmdbId"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"hasTvdbId"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"hasTvdbId"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"hasTvdbId"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"hasTvdbId"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"hasTvdbId"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"hasTvdbId"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"hasTvdbId"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isMovie"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isMovie"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isMovie"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isMovie"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isMovie"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isMovie"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isMovie"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isSeries"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isSeries"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isSeries"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.554 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isSeries"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.555 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isSeries"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.555 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isSeries"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.555 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isSeries"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.555 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isNews"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.555 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isNews"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:33.555 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isNews"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.555 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isNews"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.555 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isNews"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.555 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isNews"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.555 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isNews"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.555 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isKids"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.555 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isKids"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:33.555 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isKids"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.555 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isKids"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.555 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isKids"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.555 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isKids"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.555 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isKids"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.555 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isSports"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.555 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isSports"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:33.555 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isSports"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.555 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isSports"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.555 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isSports"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.555 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isSports"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.555 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isSports"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.555 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"excludeItemIds"' of type '"System.Guid[]"' ...
[2024-07-17 09:26:33.555 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"excludeItemIds"' of type '"System.Guid[]"'.
[2024-07-17 09:26:33.555 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"excludeItemIds"' of type '"System.Guid[]"' ...
[2024-07-17 09:26:33.556 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"excludeItemIds"' of type '"System.Guid[]"'.
[2024-07-17 09:26:33.556 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:33.556 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"' using the name '"startIndex"' in request data ...
[2024-07-17 09:26:33.556 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:33.556 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:33.556 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:33.556 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:33.556 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:33.556 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"' using the name '"limit"' in request data ...
[2024-07-17 09:26:33.556 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:33.556 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:33.556 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"limit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:33.556 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"limit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:33.556 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"recursive"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.557 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"recursive"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:33.557 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"recursive"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.557 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"recursive"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.557 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"recursive"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.557 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"recursive"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.557 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"recursive"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.557 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"searchTerm"' of type '"System.String"' ...
[2024-07-17 09:26:33.557 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"searchTerm"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:33.557 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"searchTerm"' of type '"System.String"'.
[2024-07-17 09:26:33.557 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"searchTerm"' of type '"System.String"'.
[2024-07-17 09:26:33.557 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"searchTerm"' of type '"System.String"'.
[2024-07-17 09:26:33.557 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"searchTerm"' of type '"System.String"' ...
[2024-07-17 09:26:33.557 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"searchTerm"' of type '"System.String"'.
[2024-07-17 09:26:33.557 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"sortOrder"' of type '"Jellyfin.Data.Enums.SortOrder[]"' ...
[2024-07-17 09:26:33.557 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"sortOrder"' of type '"Jellyfin.Data.Enums.SortOrder[]"'.
[2024-07-17 09:26:33.557 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"sortOrder"' of type '"Jellyfin.Data.Enums.SortOrder[]"' ...
[2024-07-17 09:26:33.558 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"sortOrder"' of type '"Jellyfin.Data.Enums.SortOrder[]"'.
[2024-07-17 09:26:33.558 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:33.558 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"' using the name '"parentId"' in request data ...
[2024-07-17 09:26:33.558 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:33.558 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:33.558 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:33.559 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"parentId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:33.559 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"' ...
[2024-07-17 09:26:33.559 -06:00] [DBG] [13] Jellyfin.Api.ModelBinders.CommaDelimitedArrayModelBinder: Error converting value.
System.FormatException: SongCount is not a valid value for ItemFields.
 ---> System.ArgumentException: Requested value 'SongCount' was not found.
   at System.Enum.TryParseByName[TStorage](RuntimeType enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, TStorage& result)
   at System.Enum.TryParseByValueOrName[TUnderlying,TStorage](RuntimeType enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, TUnderlying& result)
   at System.Enum.TryParse(Type enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, Object& result)
   at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
   at System.ComponentModel.EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   --- End of inner exception stack trace ---
   at System.ComponentModel.EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   at Jellyfin.Api.ModelBinders.CommaDelimitedArrayModelBinder.GetParsedResult(IReadOnlyList`1 values, Type elementType, TypeConverter converter)
[2024-07-17 09:26:33.559 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"'.
[2024-07-17 09:26:33.560 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"' ...
[2024-07-17 09:26:33.560 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"'.
[2024-07-17 09:26:33.560 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"excludeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"' ...
[2024-07-17 09:26:33.560 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"excludeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"'.
[2024-07-17 09:26:33.560 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"excludeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"' ...
[2024-07-17 09:26:33.560 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"excludeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"'.
[2024-07-17 09:26:33.560 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"' ...
[2024-07-17 09:26:33.560 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"'.
[2024-07-17 09:26:33.560 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"' ...
[2024-07-17 09:26:33.560 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"includeItemTypes"' of type '"Jellyfin.Data.Enums.BaseItemKind[]"'.
[2024-07-17 09:26:33.560 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"filters"' of type '"MediaBrowser.Model.Querying.ItemFilter[]"' ...
[2024-07-17 09:26:33.560 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"filters"' of type '"MediaBrowser.Model.Querying.ItemFilter[]"'.
[2024-07-17 09:26:33.560 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"filters"' of type '"MediaBrowser.Model.Querying.ItemFilter[]"' ...
[2024-07-17 09:26:33.561 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"filters"' of type '"MediaBrowser.Model.Querying.ItemFilter[]"'.
[2024-07-17 09:26:33.561 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isFavorite"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.561 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isFavorite"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:33.562 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isFavorite"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.562 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isFavorite"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.562 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isFavorite"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.562 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isFavorite"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.562 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isFavorite"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.562 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"mediaTypes"' of type '"Jellyfin.Data.Enums.MediaType[]"' ...
[2024-07-17 09:26:33.562 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"mediaTypes"' of type '"Jellyfin.Data.Enums.MediaType[]"'.
[2024-07-17 09:26:33.562 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"mediaTypes"' of type '"Jellyfin.Data.Enums.MediaType[]"' ...
[2024-07-17 09:26:33.562 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"mediaTypes"' of type '"Jellyfin.Data.Enums.MediaType[]"'.
[2024-07-17 09:26:33.562 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"imageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"' ...
[2024-07-17 09:26:33.562 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"imageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"'.
[2024-07-17 09:26:33.562 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"imageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"' ...
[2024-07-17 09:26:33.563 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"imageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"'.
[2024-07-17 09:26:33.563 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"sortBy"' of type '"Jellyfin.Data.Enums.ItemSortBy[]"' ...
[2024-07-17 09:26:33.563 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"sortBy"' of type '"Jellyfin.Data.Enums.ItemSortBy[]"'.
[2024-07-17 09:26:33.563 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"sortBy"' of type '"Jellyfin.Data.Enums.ItemSortBy[]"' ...
[2024-07-17 09:26:33.564 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"sortBy"' of type '"Jellyfin.Data.Enums.ItemSortBy[]"'.
[2024-07-17 09:26:33.564 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.564 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:33.564 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.564 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.564 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.564 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.564 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isPlayed"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.564 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"genres"' of type '"System.String[]"' ...
[2024-07-17 09:26:33.565 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"genres"' of type '"System.String[]"'.
[2024-07-17 09:26:33.565 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"genres"' of type '"System.String[]"' ...
[2024-07-17 09:26:33.565 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"genres"' of type '"System.String[]"'.
[2024-07-17 09:26:33.565 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"officialRatings"' of type '"System.String[]"' ...
[2024-07-17 09:26:33.565 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"officialRatings"' of type '"System.String[]"'.
[2024-07-17 09:26:33.565 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"officialRatings"' of type '"System.String[]"' ...
[2024-07-17 09:26:33.566 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"officialRatings"' of type '"System.String[]"'.
[2024-07-17 09:26:33.566 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"tags"' of type '"System.String[]"' ...
[2024-07-17 09:26:33.566 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"tags"' of type '"System.String[]"'.
[2024-07-17 09:26:33.566 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"tags"' of type '"System.String[]"' ...
[2024-07-17 09:26:33.566 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"tags"' of type '"System.String[]"'.
[2024-07-17 09:26:33.566 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"years"' of type '"System.Int32[]"' ...
[2024-07-17 09:26:33.566 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"years"' of type '"System.Int32[]"'.
[2024-07-17 09:26:33.566 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"years"' of type '"System.Int32[]"' ...
[2024-07-17 09:26:33.567 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"years"' of type '"System.Int32[]"'.
[2024-07-17 09:26:33.567 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.567 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:33.567 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.567 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.567 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.567 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.567 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.567 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:33.567 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' using the name '"imageTypeLimit"' in request data ...
[2024-07-17 09:26:33.567 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:33.567 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:33.567 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:33.567 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:33.567 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"' ...
[2024-07-17 09:26:33.568 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"'.
[2024-07-17 09:26:33.568 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"' ...
[2024-07-17 09:26:33.568 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"'.
[2024-07-17 09:26:33.568 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"person"' of type '"System.String"' ...
[2024-07-17 09:26:33.568 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"person"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:33.568 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"person"' of type '"System.String"'.
[2024-07-17 09:26:33.568 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"person"' of type '"System.String"'.
[2024-07-17 09:26:33.568 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"person"' of type '"System.String"'.
[2024-07-17 09:26:33.568 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"person"' of type '"System.String"' ...
[2024-07-17 09:26:33.568 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"person"' of type '"System.String"'.
[2024-07-17 09:26:33.568 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"personIds"' of type '"System.Guid[]"' ...
[2024-07-17 09:26:33.568 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"personIds"' of type '"System.Guid[]"'.
[2024-07-17 09:26:33.568 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"personIds"' of type '"System.Guid[]"' ...
[2024-07-17 09:26:33.568 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"personIds"' of type '"System.Guid[]"'.
[2024-07-17 09:26:33.568 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"personTypes"' of type '"System.String[]"' ...
[2024-07-17 09:26:33.568 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"personTypes"' of type '"System.String[]"'.
[2024-07-17 09:26:33.568 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"personTypes"' of type '"System.String[]"' ...
[2024-07-17 09:26:33.573 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"personTypes"' of type '"System.String[]"'.
[2024-07-17 09:26:33.573 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"studios"' of type '"System.String[]"' ...
[2024-07-17 09:26:33.573 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"studios"' of type '"System.String[]"'.
[2024-07-17 09:26:33.573 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"studios"' of type '"System.String[]"' ...
[2024-07-17 09:26:33.573 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"studios"' of type '"System.String[]"'.
[2024-07-17 09:26:33.573 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"artists"' of type '"System.String[]"' ...
[2024-07-17 09:26:33.573 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"artists"' of type '"System.String[]"'.
[2024-07-17 09:26:33.573 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"artists"' of type '"System.String[]"' ...
[2024-07-17 09:26:33.573 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"artists"' of type '"System.String[]"'.
[2024-07-17 09:26:33.573 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"excludeArtistIds"' of type '"System.Guid[]"' ...
[2024-07-17 09:26:33.573 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"excludeArtistIds"' of type '"System.Guid[]"'.
[2024-07-17 09:26:33.573 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"excludeArtistIds"' of type '"System.Guid[]"' ...
[2024-07-17 09:26:33.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"excludeArtistIds"' of type '"System.Guid[]"'.
[2024-07-17 09:26:33.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"artistIds"' of type '"System.Guid[]"' ...
[2024-07-17 09:26:33.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"artistIds"' of type '"System.Guid[]"'.
[2024-07-17 09:26:33.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"artistIds"' of type '"System.Guid[]"' ...
[2024-07-17 09:26:33.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"artistIds"' of type '"System.Guid[]"'.
[2024-07-17 09:26:33.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"albumArtistIds"' of type '"System.Guid[]"' ...
[2024-07-17 09:26:33.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"albumArtistIds"' of type '"System.Guid[]"'.
[2024-07-17 09:26:33.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"albumArtistIds"' of type '"System.Guid[]"' ...
[2024-07-17 09:26:33.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"albumArtistIds"' of type '"System.Guid[]"'.
[2024-07-17 09:26:33.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"contributingArtistIds"' of type '"System.Guid[]"' ...
[2024-07-17 09:26:33.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"contributingArtistIds"' of type '"System.Guid[]"'.
[2024-07-17 09:26:33.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"contributingArtistIds"' of type '"System.Guid[]"' ...
[2024-07-17 09:26:33.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"contributingArtistIds"' of type '"System.Guid[]"'.
[2024-07-17 09:26:33.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"albums"' of type '"System.String[]"' ...
[2024-07-17 09:26:33.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"albums"' of type '"System.String[]"'.
[2024-07-17 09:26:33.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"albums"' of type '"System.String[]"' ...
[2024-07-17 09:26:33.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"albums"' of type '"System.String[]"'.
[2024-07-17 09:26:33.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"albumIds"' of type '"System.Guid[]"' ...
[2024-07-17 09:26:33.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"albumIds"' of type '"System.Guid[]"'.
[2024-07-17 09:26:33.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"albumIds"' of type '"System.Guid[]"' ...
[2024-07-17 09:26:33.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"albumIds"' of type '"System.Guid[]"'.
[2024-07-17 09:26:33.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"ids"' of type '"System.Guid[]"' ...
[2024-07-17 09:26:33.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"ids"' of type '"System.Guid[]"'.
[2024-07-17 09:26:33.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"ids"' of type '"System.Guid[]"' ...
[2024-07-17 09:26:33.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"ids"' of type '"System.Guid[]"'.
[2024-07-17 09:26:33.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"videoTypes"' of type '"MediaBrowser.Model.Entities.VideoType[]"' ...
[2024-07-17 09:26:33.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"videoTypes"' of type '"MediaBrowser.Model.Entities.VideoType[]"'.
[2024-07-17 09:26:33.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"videoTypes"' of type '"MediaBrowser.Model.Entities.VideoType[]"' ...
[2024-07-17 09:26:33.576 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"videoTypes"' of type '"MediaBrowser.Model.Entities.VideoType[]"'.
[2024-07-17 09:26:33.576 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"minOfficialRating"' of type '"System.String"' ...
[2024-07-17 09:26:33.576 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"minOfficialRating"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:33.576 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"minOfficialRating"' of type '"System.String"'.
[2024-07-17 09:26:33.576 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"minOfficialRating"' of type '"System.String"'.
[2024-07-17 09:26:33.576 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"minOfficialRating"' of type '"System.String"'.
[2024-07-17 09:26:33.576 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"minOfficialRating"' of type '"System.String"' ...
[2024-07-17 09:26:33.576 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"minOfficialRating"' of type '"System.String"'.
[2024-07-17 09:26:33.576 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isLocked"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.576 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isLocked"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:33.576 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isLocked"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.576 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isLocked"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.576 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isLocked"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.576 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isLocked"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.577 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isLocked"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.577 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isPlaceHolder"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.577 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isPlaceHolder"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:33.577 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isPlaceHolder"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.577 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isPlaceHolder"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.577 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isPlaceHolder"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.577 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isPlaceHolder"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.577 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isPlaceHolder"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.577 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"hasOfficialRating"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.577 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"hasOfficialRating"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:33.577 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"hasOfficialRating"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.577 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"hasOfficialRating"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.577 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"hasOfficialRating"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.577 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"hasOfficialRating"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.577 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"hasOfficialRating"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.577 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"collapseBoxSetItems"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.577 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"collapseBoxSetItems"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:33.577 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"collapseBoxSetItems"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.577 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"collapseBoxSetItems"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.577 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"collapseBoxSetItems"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.577 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"collapseBoxSetItems"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.577 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"collapseBoxSetItems"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.577 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"minWidth"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:33.577 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"minWidth"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:33.577 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"minWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:33.577 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"minWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:33.577 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"minWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:33.577 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"minWidth"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:33.577 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"minWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:33.578 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"minHeight"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:33.578 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"minHeight"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:33.578 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"minHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:33.578 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"minHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:33.578 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"minHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:33.578 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"minHeight"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:33.578 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"minHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:33.578 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:33.578 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:33.578 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:33.578 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:33.578 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:33.578 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:33.578 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:33.578 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:33.578 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:33.578 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:33.578 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:33.578 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:33.578 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:33.578 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:33.578 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"is3D"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.578 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"is3D"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:33.578 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"is3D"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.578 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"is3D"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.578 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"is3D"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.578 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"is3D"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.578 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"is3D"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.578 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"seriesStatus"' of type '"MediaBrowser.Model.Entities.SeriesStatus[]"' ...
[2024-07-17 09:26:33.579 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"seriesStatus"' of type '"MediaBrowser.Model.Entities.SeriesStatus[]"'.
[2024-07-17 09:26:33.579 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"seriesStatus"' of type '"MediaBrowser.Model.Entities.SeriesStatus[]"' ...
[2024-07-17 09:26:33.580 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"seriesStatus"' of type '"MediaBrowser.Model.Entities.SeriesStatus[]"'.
[2024-07-17 09:26:33.580 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"nameStartsWithOrGreater"' of type '"System.String"' ...
[2024-07-17 09:26:33.580 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"nameStartsWithOrGreater"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:33.580 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"nameStartsWithOrGreater"' of type '"System.String"'.
[2024-07-17 09:26:33.580 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"nameStartsWithOrGreater"' of type '"System.String"'.
[2024-07-17 09:26:33.580 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"nameStartsWithOrGreater"' of type '"System.String"'.
[2024-07-17 09:26:33.580 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"nameStartsWithOrGreater"' of type '"System.String"' ...
[2024-07-17 09:26:33.580 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"nameStartsWithOrGreater"' of type '"System.String"'.
[2024-07-17 09:26:33.580 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"nameStartsWith"' of type '"System.String"' ...
[2024-07-17 09:26:33.580 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"nameStartsWith"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:33.580 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"nameStartsWith"' of type '"System.String"'.
[2024-07-17 09:26:33.580 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"nameStartsWith"' of type '"System.String"'.
[2024-07-17 09:26:33.580 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"nameStartsWith"' of type '"System.String"'.
[2024-07-17 09:26:33.580 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"nameStartsWith"' of type '"System.String"' ...
[2024-07-17 09:26:33.580 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"nameStartsWith"' of type '"System.String"'.
[2024-07-17 09:26:33.581 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"nameLessThan"' of type '"System.String"' ...
[2024-07-17 09:26:33.581 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"nameLessThan"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:33.581 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"nameLessThan"' of type '"System.String"'.
[2024-07-17 09:26:33.581 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"nameLessThan"' of type '"System.String"'.
[2024-07-17 09:26:33.581 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"nameLessThan"' of type '"System.String"'.
[2024-07-17 09:26:33.581 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"nameLessThan"' of type '"System.String"' ...
[2024-07-17 09:26:33.581 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"nameLessThan"' of type '"System.String"'.
[2024-07-17 09:26:33.581 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"studioIds"' of type '"System.Guid[]"' ...
[2024-07-17 09:26:33.581 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"studioIds"' of type '"System.Guid[]"'.
[2024-07-17 09:26:33.581 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"studioIds"' of type '"System.Guid[]"' ...
[2024-07-17 09:26:33.581 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"studioIds"' of type '"System.Guid[]"'.
[2024-07-17 09:26:33.581 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"genreIds"' of type '"System.Guid[]"' ...
[2024-07-17 09:26:33.581 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"genreIds"' of type '"System.Guid[]"'.
[2024-07-17 09:26:33.581 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"genreIds"' of type '"System.Guid[]"' ...
[2024-07-17 09:26:33.581 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"genreIds"' of type '"System.Guid[]"'.
[2024-07-17 09:26:33.581 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableTotalRecordCount"' of type '"System.Boolean"' ...
[2024-07-17 09:26:33.581 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableTotalRecordCount"' of type '"System.Boolean"' using the name '""' in request data ...
[2024-07-17 09:26:33.581 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"enableTotalRecordCount"' of type '"System.Boolean"'.
[2024-07-17 09:26:33.581 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableTotalRecordCount"' of type '"System.Boolean"'.
[2024-07-17 09:26:33.581 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableTotalRecordCount"' of type '"System.Boolean"'.
[2024-07-17 09:26:33.581 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableTotalRecordCount"' of type '"System.Boolean"' ...
[2024-07-17 09:26:33.581 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableTotalRecordCount"' of type '"System.Boolean"'.
[2024-07-17 09:26:33.581 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.582 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:33.582 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.582 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.582 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.582 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:33.582 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:33.585 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.594 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.594 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.594 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.594 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.594 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.594 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.595 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.595 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.595 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.595 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.595 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.595 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.595 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.595 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.595 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.595 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.595 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.595 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.595 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.595 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.595 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.595 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.595 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.595 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.595 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.595 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.596 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.596 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.596 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.596 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.596 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.596 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.596 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.596 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.596 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.596 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.596 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.596 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.596 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.596 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.596 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.596 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.596 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.596 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.596 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.596 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.596 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.596 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.596 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.596 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.597 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.597 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.597 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.597 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.597 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.597 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.597 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.597 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.597 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.597 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.597 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.597 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.597 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.597 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.597 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.597 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.597 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.597 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.597 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.597 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.597 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.597 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.597 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.597 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.597 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.597 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.597 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.598 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.598 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.598 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.598 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.598 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.598 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.598 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.598 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.598 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.598 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.598 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.598 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.598 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.598 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.598 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.598 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.598 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.598 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.598 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.598 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.598 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.598 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.598 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.598 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.598 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.598 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.599 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.599 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.599 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.599 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.599 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.599 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.599 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.599 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.599 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.599 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.599 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.599 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.599 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.599 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.599 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.599 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.599 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.599 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.599 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.599 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.599 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.599 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.599 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.599 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.599 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.599 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.600 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.600 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.600 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.600 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.600 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.600 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.600 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.600 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.600 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.600 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.600 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.600 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.600 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.600 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.600 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.600 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.600 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.600 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.600 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.600 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.600 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.600 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.600 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.600 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.600 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.600 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.600 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.601 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.601 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.601 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.601 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.601 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.601 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.601 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.601 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.601 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.601 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.601 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.601 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.601 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.601 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.601 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.601 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.601 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.601 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.601 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.601 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.601 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.601 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.601 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.601 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.601 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.602 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.602 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.602 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.602 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.602 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.602 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.602 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.602 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.602 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.602 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.602 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.602 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.602 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.602 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.602 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.602 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.602 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.602 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.602 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.602 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.602 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.602 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.602 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.602 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.602 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.602 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.602 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.603 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.603 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.603 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.603 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.603 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.603 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.603 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.603 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.603 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.603 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.603 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.603 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.603 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.603 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.603 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.603 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.603 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.603 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.603 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.603 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.603 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:26:33.603 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:26:33.603 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:26:33.603 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:26:33.603 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:33.603 -06:00] [DBG] [13] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:26:33.605 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:33.605 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:33.605 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:26:33.605 -06:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.7.0, Culture=neutral, PublicKeyToken=null]]"'.
[2024-07-17 09:26:33.605 -06:00] [DBG] [13] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:33.605 -06:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)" in 60.3931ms
[2024-07-17 09:26:33.605 -06:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ItemsController.GetItemsByUserIdLegacy (Jellyfin.Api)"'
[2024-07-17 09:26:33.605 -06:00] [DBG] [13] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POJ"" completed keep alive response.
[2024-07-17 09:26:33.605 -06:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Users/c4d398ea85ad4dcc8a0ad59038bb16c9/Items""?StartIndex=0&Limit=100&Fields=PrimaryImageAspectRatio%2CSortName%2CPath%2CSongCount%2CChildCount%2CMediaSourceCount%2CPrimaryImageAspectRatio&ImageTypeLimit=1&ParentId=b8d99abbfa3924f2f06c55905a4e736f&SortBy=SortName&SortOrder=Ascending" - 200 null "application/json; charset=utf-8" 79.9048ms
[2024-07-17 09:26:36.867 -06:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/System/Endpoint""" - null null
[2024-07-17 09:26:36.867 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:36.867 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/System/Endpoint" does not match a supported file type
[2024-07-17 09:26:36.868 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:36.868 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:36.868 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:36.868 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:36.868 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:36.868 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:36.868 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:36.868 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:36.869 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:36.869 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:36.869 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:36.869 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:36.869 -06:00] [DBG] [25] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:36.870 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:36.870 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:36.870 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/System/Endpoint"'
[2024-07-17 09:26:36.871 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)"' with route pattern '"System/Endpoint"' is valid for the request path '"/System/Endpoint"'
[2024-07-17 09:26:36.871 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)"'
[2024-07-17 09:26:36.871 -06:00] [DBG] [25] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:36.871 -06:00] [DBG] [25] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:26:36.871 -06:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)"'
[2024-07-17 09:26:36.872 -06:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetEndpointInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Net.EndPointInfo] GetEndpointInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
[2024-07-17 09:26:36.872 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:36.872 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:36.873 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:36.873 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:36.873 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:36.873 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api")
[2024-07-17 09:26:36.873 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api")
[2024-07-17 09:26:36.873 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:36.873 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:36.873 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:26:36.873 -06:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Net.EndPointInfo"'.
[2024-07-17 09:26:36.875 -06:00] [DBG] [25] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:36.875 -06:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)" in 2.4311ms
[2024-07-17 09:26:36.875 -06:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetEndpointInfo (Jellyfin.Api)"'
[2024-07-17 09:26:36.875 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POJ"" completed keep alive response.
[2024-07-17 09:26:36.875 -06:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/System/Endpoint""" - 200 null "application/json; charset=utf-8" 8.3149ms
[2024-07-17 09:26:36.914 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POP"" accepted.
[2024-07-17 09:26:36.914 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POP"" started.
[2024-07-17 09:26:36.914 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:26:36.914 -06:00] [DBG] [10] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:26:36.914 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:36.915 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:26:36.915 -06:00] [DBG] [10] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:26:36.915 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:36.915 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:36.915 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:26:36.915 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:26:36.915 -06:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:26:36.915 -06:00] [DBG] [10] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:26:36.915 -06:00] [DBG] [21] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:26:36.922 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:26:36.922 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:26:36.922 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:36.922 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:36.922 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:36.922 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:36.922 -06:00] [DBG] [21] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 7.253ms with message 'null'
[2024-07-17 09:26:36.922 -06:00] [DBG] [21] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 7.4999ms
[2024-07-17 09:26:36.922 -06:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:26:36.922 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POP"" completed keep alive response.
[2024-07-17 09:26:36.923 -06:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 8.1431ms
[2024-07-17 09:26:36.924 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301POP"" received FIN.
[2024-07-17 09:26:36.924 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POP"" disconnecting.
[2024-07-17 09:26:36.924 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301POP"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:26:36.925 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POP"" stopped.
[2024-07-17 09:26:40.457 -06:00] [DBG] [10] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "10.42.1.61" received message: InboundWebSocketMessage`1 { Data: JsonElement { ValueKind: String }, MessageType: SessionsStart, ServerId: null }
[2024-07-17 09:26:40.459 -06:00] [DBG] [10] Jellyfin.Api.WebSocketListeners.SessionInfoWebSocketListener: WS "10.42.1.61" begin transmitting to "SessionInfoWebSocketListener"
[2024-07-17 09:26:40.460 -06:00] [DBG] [10] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "10.42.1.61" received message: InboundWebSocketMessage`1 { Data: JsonElement { ValueKind: String }, MessageType: ScheduledTasksInfoStart, ServerId: null }
[2024-07-17 09:26:40.460 -06:00] [DBG] [10] Jellyfin.Api.WebSocketListeners.ScheduledTasksWebSocketListener: WS "10.42.1.61" begin transmitting to "ScheduledTasksWebSocketListener"
[2024-07-17 09:26:40.460 -06:00] [DBG] [10] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "10.42.1.61" received message: InboundWebSocketMessage`1 { Data: JsonElement { ValueKind: String }, MessageType: ActivityLogEntryStart, ServerId: null }
[2024-07-17 09:26:40.461 -06:00] [DBG] [10] Jellyfin.Api.WebSocketListeners.ActivityLogWebSocketListener: WS "10.42.1.61" begin transmitting to "ActivityLogWebSocketListener"
[2024-07-17 09:26:40.461 -06:00] [DBG] [10] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "10.42.1.61" received message: InboundWebSocketMessage`1 { Data: JsonElement { ValueKind: String }, MessageType: ActivityLogEntryStart, ServerId: null }
[2024-07-17 09:26:40.461 -06:00] [DBG] [10] Jellyfin.Api.WebSocketListeners.ActivityLogWebSocketListener: WS "10.42.1.61" begin transmitting to "ActivityLogWebSocketListener"
[2024-07-17 09:26:40.461 -06:00] [DBG] [10] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "10.42.1.61" received message: InboundWebSocketMessage`1 { Data: JsonElement { ValueKind: String }, MessageType: ScheduledTasksInfoStart, ServerId: null }
[2024-07-17 09:26:40.461 -06:00] [DBG] [10] Jellyfin.Api.WebSocketListeners.ScheduledTasksWebSocketListener: WS "10.42.1.61" begin transmitting to "ScheduledTasksWebSocketListener"
[2024-07-17 09:26:40.466 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Sessions""?ActiveWithinSeconds=960" - null null
[2024-07-17 09:26:40.466 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:40.466 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/Sessions" does not match a supported file type
[2024-07-17 09:26:40.467 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.467 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.467 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:40.467 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:40.467 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:40.468 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:40.468 -06:00] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:40.468 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:40.468 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.468 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:40.469 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.469 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:40.469 -06:00] [DBG] [10] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:40.469 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:40.469 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:40.469 -06:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/System/Info""" - null null
[2024-07-17 09:26:40.469 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:40.469 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/Sessions"'
[2024-07-17 09:26:40.469 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/System/Info" does not match a supported file type
[2024-07-17 09:26:40.469 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"' with route pattern '"Sessions"' is valid for the request path '"/Sessions"'
[2024-07-17 09:26:40.469 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"'
[2024-07-17 09:26:40.469 -06:00] [DBG] [10] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:40.469 -06:00] [DBG] [10] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:26:40.470 -06:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"'
[2024-07-17 09:26:40.470 -06:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSessions\", controller = \"Session\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[MediaBrowser.Controller.Session.SessionInfo]] GetSessions(System.Nullable`1[System.Guid], System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.SessionController" ("Jellyfin.Api").
[2024-07-17 09:26:40.470 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:40.470 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:40.470 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.470 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:40.470 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:40.470 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:40.470 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.470 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:40.470 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.SessionController" ("Jellyfin.Api")
[2024-07-17 09:26:40.470 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:40.470 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:40.470 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:40.470 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:40.470 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:40.470 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.473 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 2ms reading results.
[2024-07-17 09:26:40.473 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.473 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:40.473 -06:00] [DBG] [25] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:40.473 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:40.473 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:40.473 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/System/Info"'
[2024-07-17 09:26:40.473 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"' with route pattern '"System/Info"' is valid for the request path '"/System/Info"'
[2024-07-17 09:26:40.473 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
[2024-07-17 09:26:40.473 -06:00] [DBG] [25] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:40.473 -06:00] [DBG] [25] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:26:40.473 -06:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
[2024-07-17 09:26:40.473 -06:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/ScheduledTasks""" - null null
[2024-07-17 09:26:40.473 -06:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetSystemInfo\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.SystemInfo] GetSystemInfo()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
[2024-07-17 09:26:40.473 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:40.473 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/ScheduledTasks" does not match a supported file type
[2024-07-17 09:26:40.473 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.SessionController" ("Jellyfin.Api")
[2024-07-17 09:26:40.473 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"controllableByUserId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:40.473 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.474 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"controllableByUserId"' of type '"System.Nullable`1[System.Guid]"' using the name '""' in request data ...
[2024-07-17 09:26:40.474 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.474 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"controllableByUserId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:40.474 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:40.474 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"controllableByUserId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:40.474 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:40.474 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"controllableByUserId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:40.474 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:40.474 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"controllableByUserId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:40.474 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:40.474 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"controllableByUserId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:40.474 -06:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:40.474 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"deviceId"' of type '"System.String"' ...
[2024-07-17 09:26:40.474 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"deviceId"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:40.474 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"deviceId"' of type '"System.String"'.
[2024-07-17 09:26:40.474 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"deviceId"' of type '"System.String"'.
[2024-07-17 09:26:40.474 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"deviceId"' of type '"System.String"'.
[2024-07-17 09:26:40.474 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"deviceId"' of type '"System.String"' ...
[2024-07-17 09:26:40.474 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:40.474 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"deviceId"' of type '"System.String"'.
[2024-07-17 09:26:40.474 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"activeWithinSeconds"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:40.474 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"activeWithinSeconds"' of type '"System.Nullable`1[System.Int32]"' using the name '"activeWithinSeconds"' in request data ...
[2024-07-17 09:26:40.474 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.474 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:40.474 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.474 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:40.474 -06:00] [DBG] [21] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:40.474 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:40.474 -06:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/LiveTv/Recordings""?UserId=c4d398ea85ad4dcc8a0ad59038bb16c9&IsInProgress=true&Fields=CanDelete%2CPrimaryImageAspectRatio&EnableTotalRecordCount=false&EnableImageTypes=Primary%2CThumb%2CBackdrop" - null null
[2024-07-17 09:26:40.474 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:40.474 -06:00] [DBG] [21] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/ScheduledTasks"'
[2024-07-17 09:26:40.474 -06:00] [DBG] [21] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"' with route pattern '"ScheduledTasks"' is valid for the request path '"/ScheduledTasks"'
[2024-07-17 09:26:40.474 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:40.474 -06:00] [DBG] [21] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-07-17 09:26:40.474 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/LiveTv/Recordings" does not match a supported file type
[2024-07-17 09:26:40.474 -06:00] [DBG] [21] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:40.475 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.475 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.475 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:40.475 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:40.475 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:40.475 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:40.475 -06:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:40.475 -06:00] [DBG] [21] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:26:40.475 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:40.475 -06:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-07-17 09:26:40.475 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.475 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:40.475 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.475 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:40.475 -06:00] [DBG] [11] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:40.475 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:40.475 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:40.478 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/LiveTv/Recordings"'
[2024-07-17 09:26:40.478 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.LiveTvController.GetRecordings (Jellyfin.Api)"' with route pattern '"LiveTv/Recordings"' is valid for the request path '"/LiveTv/Recordings"'
[2024-07-17 09:26:40.478 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.LiveTvController.GetRecordings (Jellyfin.Api)"'
[2024-07-17 09:26:40.478 -06:00] [DBG] [11] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:40.478 -06:00] [DBG] [11] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:26:40.478 -06:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.LiveTvController.GetRecordings (Jellyfin.Api)"'
[2024-07-17 09:26:40.479 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:40.479 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:40.479 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:40.479 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:40.479 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:40.479 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api")
[2024-07-17 09:26:40.479 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api")
[2024-07-17 09:26:40.479 -06:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
[2024-07-17 09:26:40.479 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:40.479 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:40.479 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:40.479 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:40.479 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:40.479 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api")
[2024-07-17 09:26:40.480 -06:00] [DBG] [25] Jellyfin.Networking.Manager.NetworkManager: Trying to get bind address for source "10.42.1.61" - External: False
[2024-07-17 09:26:40.480 -06:00] [DBG] [25] Jellyfin.Networking.Manager.NetworkManager: "10.42.1.61": No matching bind address override found
[2024-07-17 09:26:40.480 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api")
[2024-07-17 09:26:40.480 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isHidden"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.480 -06:00] [DBG] [25] Jellyfin.Networking.Manager.NetworkManager: "10.42.1.61": Internal request received, matching internal bind address found: "10.42.0.10"
[2024-07-17 09:26:40.480 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isHidden"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:40.480 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isHidden"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.480 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isHidden"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.480 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isHidden"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.480 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isHidden"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.480 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isHidden"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.480 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isEnabled"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.480 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isEnabled"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:40.480 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isEnabled"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.480 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isEnabled"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.480 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:40.480 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isEnabled"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.480 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isEnabled"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.480 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isEnabled"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.480 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:40.480 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:26:40.480 -06:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.SystemInfo"'.
[2024-07-17 09:26:40.480 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:40.480 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:40.480 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:26:40.480 -06:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
[2024-07-17 09:26:40.480 -06:00] [DBG] [25] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:40.480 -06:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)" in 1.2434ms
[2024-07-17 09:26:40.480 -06:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetSystemInfo (Jellyfin.Api)"'
[2024-07-17 09:26:40.481 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PON"" completed keep alive response.
[2024-07-17 09:26:40.481 -06:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/System/Info""" - 200 null "application/json; charset=utf-8" 11.3436ms
[2024-07-17 09:26:40.481 -06:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/System/ActivityLog/Entries""?startIndex=0&limit=7&minDate=2024-07-16T15%3A26%3A40.447Z&hasUserId=true" - null null
[2024-07-17 09:26:40.481 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:40.481 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/System/ActivityLog/Entries" does not match a supported file type
[2024-07-17 09:26:40.481 -06:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/System/ActivityLog/Entries""?startIndex=0&limit=4&minDate=2024-07-10T15%3A26%3A40.447Z&hasUserId=false" - null null
[2024-07-17 09:26:40.481 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:40.481 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/System/ActivityLog/Entries" does not match a supported file type
[2024-07-17 09:26:40.481 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.482 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.482 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:40.482 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:40.482 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:40.482 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:40.482 -06:00] [INF] [13] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:40.482 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:40.482 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.482 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:40.482 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.482 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:40.482 -06:00] [DBG] [13] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:40.482 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:40.482 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:40.482 -06:00] [DBG] [13] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/System/ActivityLog/Entries"'
[2024-07-17 09:26:40.482 -06:00] [DBG] [13] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"' with route pattern '"System/ActivityLog/Entries"' is valid for the request path '"/System/ActivityLog/Entries"'
[2024-07-17 09:26:40.482 -06:00] [DBG] [13] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2024-07-17 09:26:40.482 -06:00] [DBG] [13] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:40.483 -06:00] [DBG] [13] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:26:40.483 -06:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2024-07-17 09:26:40.474 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"activeWithinSeconds"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:40.484 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"activeWithinSeconds"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:40.484 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"activeWithinSeconds"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:40.485 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"activeWithinSeconds"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:40.485 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:40.485 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:40.485 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:26:40.485 -06:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "OkResult`1", writing value of type '"System.Linq.Enumerable+WhereEnumerableIterator`1[[MediaBrowser.Controller.Session.SessionInfo, MediaBrowser.Controller, Version=10.9.7.0, Culture=neutral, PublicKeyToken=null]]"'.
[2024-07-17 09:26:40.488 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.488 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.488 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:40.488 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:40.488 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:40.488 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:40.488 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:40.488 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:40.488 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.488 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:40.488 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.488 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:40.488 -06:00] [DBG] [25] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:40.488 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:40.488 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:40.489 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/System/ActivityLog/Entries"'
[2024-07-17 09:26:40.489 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"' with route pattern '"System/ActivityLog/Entries"' is valid for the request path '"/System/ActivityLog/Entries"'
[2024-07-17 09:26:40.489 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2024-07-17 09:26:40.489 -06:00] [DBG] [25] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:40.489 -06:00] [DBG] [25] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:26:40.489 -06:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2024-07-17 09:26:40.490 -06:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/ScheduledTasks""?IsEnabled=true" - null null
[2024-07-17 09:26:40.491 -06:00] [DBG] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:40.491 -06:00] [DBG] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/ScheduledTasks" does not match a supported file type
[2024-07-17 09:26:40.491 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.491 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.491 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:40.491 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:40.491 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:40.491 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:40.491 -06:00] [INF] [8] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:40.492 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:40.492 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.492 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:40.492 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.492 -06:00] [DBG] [8] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:40.492 -06:00] [DBG] [8] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:40.492 -06:00] [DBG] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:40.492 -06:00] [DBG] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:40.492 -06:00] [DBG] [8] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/ScheduledTasks"'
[2024-07-17 09:26:40.492 -06:00] [DBG] [8] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"' with route pattern '"ScheduledTasks"' is valid for the request path '"/ScheduledTasks"'
[2024-07-17 09:26:40.492 -06:00] [DBG] [8] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-07-17 09:26:40.492 -06:00] [DBG] [8] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:40.492 -06:00] [DBG] [8] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:26:40.492 -06:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-07-17 09:26:40.492 -06:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
[2024-07-17 09:26:40.492 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:40.492 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:40.492 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:40.492 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:40.492 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:40.492 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api")
[2024-07-17 09:26:40.493 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api")
[2024-07-17 09:26:40.493 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isHidden"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.493 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isHidden"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:40.493 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isHidden"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.493 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isHidden"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.493 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isHidden"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.493 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isHidden"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.493 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isHidden"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.493 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isEnabled"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.493 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isEnabled"' of type '"System.Nullable`1[System.Boolean]"' using the name '"isEnabled"' in request data ...
[2024-07-17 09:26:40.493 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isEnabled"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.493 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isEnabled"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.493 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isEnabled"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.500 -06:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2024-07-17 09:26:40.500 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:40.500 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:40.509 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isEnabled"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.511 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:40.511 -06:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetRecordings\", controller = \"LiveTv\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Dto.BaseItemDto]]] GetRecordings(System.String, System.Nullable`1[System.Guid], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[MediaBrowser.Model.LiveTv.RecordingStatus], System.Nullable`1[System.Boolean], System.String, System.Nullable`1[System.Boolean], System.Nullable`1[System.Int32], MediaBrowser.Model.Entities.ImageType[], MediaBrowser.Model.Querying.ItemFields[], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean], Boolean)" on controller "Jellyfin.Api.Controllers.LiveTvController" ("Jellyfin.Api").
[2024-07-17 09:26:40.512 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:40.512 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:40.512 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:40.512 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:40.512 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:40.512 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:40.512 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:40.512 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:40.512 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api")
[2024-07-17 09:26:40.512 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.LiveTvController" ("Jellyfin.Api")
[2024-07-17 09:26:40.512 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api")
[2024-07-17 09:26:40.512 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:40.512 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"' using the name '"startIndex"' in request data ...
[2024-07-17 09:26:40.512 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:40.512 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:40.512 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:40.514 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.LiveTvController" ("Jellyfin.Api")
[2024-07-17 09:26:40.514 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"channelId"' of type '"System.String"' ...
[2024-07-17 09:26:40.514 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"channelId"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:40.514 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"channelId"' of type '"System.String"'.
[2024-07-17 09:26:40.514 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"channelId"' of type '"System.String"'.
[2024-07-17 09:26:40.514 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"channelId"' of type '"System.String"'.
[2024-07-17 09:26:40.514 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"channelId"' of type '"System.String"' ...
[2024-07-17 09:26:40.514 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"channelId"' of type '"System.String"'.
[2024-07-17 09:26:40.514 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"userId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:40.514 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"userId"' of type '"System.Nullable`1[System.Guid]"' using the name '"userId"' in request data ...
[2024-07-17 09:26:40.515 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"userId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:40.515 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"userId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:40.515 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"userId"' of type '"System.Nullable`1[System.Guid]"' ...
[2024-07-17 09:26:40.515 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:40.515 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:40.515 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"' using the name '"limit"' in request data ...
[2024-07-17 09:26:40.515 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:40.516 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:40.516 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"limit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:40.516 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"limit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:40.516 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"minDate"' of type '"System.Nullable`1[System.DateTime]"' ...
[2024-07-17 09:26:40.516 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinder: Attempting to bind parameter '"minDate"' of type '"System.Nullable`1[System.DateTime]"' using the name '"minDate"' in request data ...
[2024-07-17 09:26:40.516 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinder: Done attempting to bind parameter '"minDate"' of type '"System.Nullable`1[System.DateTime]"'.
[2024-07-17 09:26:40.516 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"minDate"' of type '"System.Nullable`1[System.DateTime]"'.
[2024-07-17 09:26:40.516 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"minDate"' of type '"System.Nullable`1[System.DateTime]"' ...
[2024-07-17 09:26:40.516 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"userId"' of type '"System.Nullable`1[System.Guid]"'.
[2024-07-17 09:26:40.516 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:40.516 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:40.516 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:40.516 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:40.516 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:40.516 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:40.512 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:40.516 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:40.516 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:40.516 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:26:40.516 -06:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
[2024-07-17 09:26:40.516 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:40.517 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"limit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:40.517 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:40.517 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:40.517 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"limit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:40.517 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"limit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:40.518 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"status"' of type '"System.Nullable`1[MediaBrowser.Model.LiveTv.RecordingStatus]"' ...
[2024-07-17 09:26:40.516 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"minDate"' of type '"System.Nullable`1[System.DateTime]"'.
[2024-07-17 09:26:40.518 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"status"' of type '"System.Nullable`1[MediaBrowser.Model.LiveTv.RecordingStatus]"'.
[2024-07-17 09:26:40.520 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"hasUserId"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.520 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"hasUserId"' of type '"System.Nullable`1[System.Boolean]"' using the name '"hasUserId"' in request data ...
[2024-07-17 09:26:40.520 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"hasUserId"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.520 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"hasUserId"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.521 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"hasUserId"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.521 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"hasUserId"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.520 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"status"' of type '"System.Nullable`1[MediaBrowser.Model.LiveTv.RecordingStatus]"' ...
[2024-07-17 09:26:40.523 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"status"' of type '"System.Nullable`1[MediaBrowser.Model.LiveTv.RecordingStatus]"'.
[2024-07-17 09:26:40.523 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isInProgress"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.524 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isInProgress"' of type '"System.Nullable`1[System.Boolean]"' using the name '"isInProgress"' in request data ...
[2024-07-17 09:26:40.524 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isInProgress"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.524 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isInProgress"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.524 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isInProgress"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.524 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isInProgress"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.524 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"seriesTimerId"' of type '"System.String"' ...
[2024-07-17 09:26:40.525 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"seriesTimerId"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:40.525 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"seriesTimerId"' of type '"System.String"'.
[2024-07-17 09:26:40.525 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"seriesTimerId"' of type '"System.String"'.
[2024-07-17 09:26:40.525 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"seriesTimerId"' of type '"System.String"'.
[2024-07-17 09:26:40.525 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"seriesTimerId"' of type '"System.String"' ...
[2024-07-17 09:26:40.525 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"seriesTimerId"' of type '"System.String"'.
[2024-07-17 09:26:40.525 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.525 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:40.525 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.526 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.526 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.526 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.526 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableImages"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.526 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:40.526 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:40.526 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:40.526 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:40.526 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:40.526 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:40.526 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"imageTypeLimit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:40.526 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"' ...
[2024-07-17 09:26:40.526 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"'.
[2024-07-17 09:26:40.526 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"' ...
[2024-07-17 09:26:40.527 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableImageTypes"' of type '"MediaBrowser.Model.Entities.ImageType[]"'.
[2024-07-17 09:26:40.527 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"' ...
[2024-07-17 09:26:40.527 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"'.
[2024-07-17 09:26:40.529 -06:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogEntries\", controller = \"ActivityLog\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Querying.QueryResult`1[MediaBrowser.Model.Activity.ActivityLogEntry]]] GetLogEntries(System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.DateTime], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api").
[2024-07-17 09:26:40.529 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:40.529 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:40.529 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:40.529 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:40.529 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:40.529 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api")
[2024-07-17 09:26:40.529 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.ActivityLogController" ("Jellyfin.Api")
[2024-07-17 09:26:40.529 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:40.529 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"' using the name '"startIndex"' in request data ...
[2024-07-17 09:26:40.529 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:40.529 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:40.529 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:40.529 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"startIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:40.529 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"' ...
[2024-07-17 09:26:40.529 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:40.532 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"fields"' of type '"MediaBrowser.Model.Querying.ItemFields[]"'.
[2024-07-17 09:26:40.536 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.536 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:40.536 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.536 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.536 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.536 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.536 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableUserData"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.536 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isMovie"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.536 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isMovie"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:40.536 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isMovie"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.536 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isMovie"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.536 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isMovie"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.536 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isMovie"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isMovie"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isSeries"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isSeries"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isSeries"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isSeries"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isSeries"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isSeries"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isSeries"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isKids"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isKids"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isKids"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isKids"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isKids"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isKids"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isKids"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isSports"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isSports"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isSports"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isSports"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isSports"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isSports"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isSports"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isNews"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isNews"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isNews"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isNews"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isNews"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isNews"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isNews"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isLibraryItem"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isLibraryItem"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isLibraryItem"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isLibraryItem"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isLibraryItem"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isLibraryItem"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isLibraryItem"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableTotalRecordCount"' of type '"System.Boolean"' ...
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableTotalRecordCount"' of type '"System.Boolean"' using the name '"enableTotalRecordCount"' in request data ...
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableTotalRecordCount"' of type '"System.Boolean"'.
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableTotalRecordCount"' of type '"System.Boolean"'.
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableTotalRecordCount"' of type '"System.Boolean"' ...
[2024-07-17 09:26:40.537 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableTotalRecordCount"' of type '"System.Boolean"'.
[2024-07-17 09:26:40.533 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"' using the name '"limit"' in request data ...
[2024-07-17 09:26:40.538 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:40.538 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"limit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:40.539 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"limit"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:40.539 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"limit"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:40.539 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"minDate"' of type '"System.Nullable`1[System.DateTime]"' ...
[2024-07-17 09:26:40.540 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinder: Attempting to bind parameter '"minDate"' of type '"System.Nullable`1[System.DateTime]"' using the name '"minDate"' in request data ...
[2024-07-17 09:26:40.540 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DateTimeModelBinder: Done attempting to bind parameter '"minDate"' of type '"System.Nullable`1[System.DateTime]"'.
[2024-07-17 09:26:40.540 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"minDate"' of type '"System.Nullable`1[System.DateTime]"'.
[2024-07-17 09:26:40.540 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"minDate"' of type '"System.Nullable`1[System.DateTime]"' ...
[2024-07-17 09:26:40.540 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"minDate"' of type '"System.Nullable`1[System.DateTime]"'.
[2024-07-17 09:26:40.540 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"hasUserId"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.540 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"hasUserId"' of type '"System.Nullable`1[System.Boolean]"' using the name '"hasUserId"' in request data ...
[2024-07-17 09:26:40.540 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"hasUserId"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.540 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"hasUserId"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.540 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"hasUserId"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.540 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"hasUserId"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.547 -06:00] [DBG] [10] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:40.548 -06:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)" in 78.6571ms
[2024-07-17 09:26:40.549 -06:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SessionController.GetSessions (Jellyfin.Api)"'
[2024-07-17 09:26:40.549 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POJ"" completed keep alive response.
[2024-07-17 09:26:40.550 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Sessions""?ActiveWithinSeconds=960" - 200 null "application/json; charset=utf-8" 83.6479ms
[2024-07-17 09:26:40.552 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/web/configurationpages""?pageType=PluginConfiguration&EnableInMainMenu=true" - null null
[2024-07-17 09:26:40.553 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/configurationpages" does not match a supported file type
[2024-07-17 09:26:40.553 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/web/configurationpages" does not match a supported file type
[2024-07-17 09:26:40.553 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.554 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.554 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:40.554 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:40.555 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:40.555 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:40.553 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Query: Compiling query expression: "
"'"DbSet<ActivityLog>()
    .OrderByDescending(entry => entry.DateCreated)
    .Where(entry => False || (DateTime?)entry.DateCreated >= __query_MinDate_0)
    .Where(entry => False || entry.UserId.Equals(00000000-0000-0000-0000-000000000000) != __query_HasUserId_Value_1)
    .Count()"'
[2024-07-17 09:26:40.556 -06:00] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:40.559 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:40.559 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.559 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:40.559 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.559 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:40.559 -06:00] [DBG] [10] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:40.559 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:40.559 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:40.560 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/web/configurationpages"'
[2024-07-17 09:26:40.560 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)"' with route pattern '"web/ConfigurationPages"' is valid for the request path '"/web/configurationpages"'
[2024-07-17 09:26:40.560 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)"'
[2024-07-17 09:26:40.560 -06:00] [DBG] [10] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:40.560 -06:00] [DBG] [10] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:26:40.562 -06:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)"'
[2024-07-17 09:26:40.563 -06:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetConfigurationPages\", controller = \"Dashboard\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[Jellyfin.Api.Models.ConfigurationPageInfo]] GetConfigurationPages(System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.DashboardController" ("Jellyfin.Api").
[2024-07-17 09:26:40.564 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:40.565 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:40.565 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:40.566 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:40.566 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:40.566 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.DashboardController" ("Jellyfin.Api")
[2024-07-17 09:26:40.567 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.DashboardController" ("Jellyfin.Api")
[2024-07-17 09:26:40.567 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"enableInMainMenu"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.568 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"enableInMainMenu"' of type '"System.Nullable`1[System.Boolean]"' using the name '"enableInMainMenu"' in request data ...
[2024-07-17 09:26:40.568 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"enableInMainMenu"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.568 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"enableInMainMenu"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.569 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"enableInMainMenu"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:40.570 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"enableInMainMenu"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:40.570 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Query: Generated query execution expression: "
"'"queryContext => ShapedQueryCompilingExpressionVisitor.SingleAsync<int>(
    asyncEnumerable: new SingleQueryingEnumerable<int>(
        (RelationalQueryContext)queryContext,
        RelationalCommandCache.QueryExpression(
            Projection Mapping:
                EmptyProjectionMember -> 0
            SELECT COUNT(*)
            FROM ActivityLogs AS a
            WHERE (0 || (a.DateCreated >= @__query_MinDate_0)) && (0 || ((a.UserId == '00000000-0000-0000-0000-000000000000') != @__query_HasUserId_Value_1))),
        null,
        Func<QueryContext, DbDataReader, ResultContext, SingleQueryResultCoordinator, int>,
        Jellyfin.Server.Implementations.JellyfinDbContext,
        False,
        False,
        True
    ),
    cancellationToken: queryContext.CancellationToken)"'
[2024-07-17 09:26:40.570 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:40.573 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:40.574 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:26:40.574 -06:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Dto.BaseItemDto, MediaBrowser.Model, Version=10.9.7.0, Culture=neutral, PublicKeyToken=null]]"'.
[2024-07-17 09:26:40.574 -06:00] [DBG] [11] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:40.574 -06:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.LiveTvController.GetRecordings (Jellyfin.Api)" in 62.59ms
[2024-07-17 09:26:40.574 -06:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.LiveTvController.GetRecordings (Jellyfin.Api)"'
[2024-07-17 09:26:40.575 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POL"" completed keep alive response.
[2024-07-17 09:26:40.575 -06:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/LiveTv/Recordings""?UserId=c4d398ea85ad4dcc8a0ad59038bb16c9&IsInProgress=true&Fields=CanDelete%2CPrimaryImageAspectRatio&EnableTotalRecordCount=false&EnableImageTypes=Primary%2CThumb%2CBackdrop" - 200 null "application/json; charset=utf-8" 100.8792ms
[2024-07-17 09:26:40.573 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.575 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.573 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.577 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.577 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:40.578 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:40.578 -06:00] [DBG] [8] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:40.577 -06:00] [DBG] [21] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:40.578 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:40.578 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:40.578 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""SELECT COUNT(*)
FROM \"ActivityLogs\" AS \"a\"
WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1"
[2024-07-17 09:26:40.579 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (2ms).
[2024-07-17 09:26:40.580 -06:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 87.3637ms
[2024-07-17 09:26:40.581 -06:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-07-17 09:26:40.581 -06:00] [DBG] [8] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PON"" completed keep alive response.
[2024-07-17 09:26:40.581 -06:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 90.8582ms
[2024-07-17 09:26:40.580 -06:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 100.8592ms
[2024-07-17 09:26:40.582 -06:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-07-17 09:26:40.582 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POH"" completed keep alive response.
[2024-07-17 09:26:40.581 -06:00] [INF] [13] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("2"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""SELECT COUNT(*)
FROM \"ActivityLogs\" AS \"a\"
WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1"
[2024-07-17 09:26:40.583 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.580 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (3ms).
[2024-07-17 09:26:40.583 -06:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/ScheduledTasks""" - 200 null "application/json; charset=utf-8" 109.0663ms
[2024-07-17 09:26:40.583 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""SELECT COUNT(*)
FROM \"ActivityLogs\" AS \"a\"
WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1"
[2024-07-17 09:26:40.583 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:40.584 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.584 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:40.584 -06:00] [INF] [25] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean)"], CommandType='Text', CommandTimeout='30']"
""SELECT COUNT(*)
FROM \"ActivityLogs\" AS \"a\"
WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1"
[2024-07-17 09:26:40.586 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.587 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:40.587 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.587 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:40.590 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:40.590 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:40.591 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:26:40.591 -06:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Collections.Generic.List`1[[Jellyfin.Api.Models.ConfigurationPageInfo, Jellyfin.Api, Version=22.4.0.0, Culture=neutral, PublicKeyToken=null]]"'.
[2024-07-17 09:26:40.591 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Query: Compiling query expression: "
"'"DbSet<ActivityLog>()
    .OrderByDescending(entry => entry.DateCreated)
    .Where(entry => False || (DateTime?)entry.DateCreated >= __query_MinDate_0)
    .Where(entry => False || entry.UserId.Equals(00000000-0000-0000-0000-000000000000) != __query_HasUserId_Value_1)
    .Skip(__p_2)
    .Take(__p_3)
    .Select(entity => new ActivityLogEntry{
        Id = (long)entity.Id,
        Overview = entity.Overview,
        ShortOverview = entity.ShortOverview,
        ItemId = entity.ItemId,
        Date = entity.DateCreated,
        Severity = entity.LogSeverity
    }
    )"'
[2024-07-17 09:26:40.595 -06:00] [DBG] [10] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:40.596 -06:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)" in 29.5615ms
[2024-07-17 09:26:40.596 -06:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.DashboardController.GetConfigurationPages (Jellyfin.Api)"'
[2024-07-17 09:26:40.597 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POJ"" completed keep alive response.
[2024-07-17 09:26:40.597 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/web/configurationpages""?pageType=PluginConfiguration&EnableInMainMenu=true" - 200 null "application/json; charset=utf-8" 45.1278ms
[2024-07-17 09:26:40.607 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Query: Generated query execution expression: "
"'"queryContext => new SingleQueryingEnumerable<ActivityLogEntry>(
    (RelationalQueryContext)queryContext,
    RelationalCommandCache.QueryExpression(
        Client Projections:
            0 -> 0
            1 -> 1
            2 -> 2
            3 -> 3
            4 -> 4
            5 -> 5
            6 -> 6
            7 -> 7
            8 -> 8
        SELECT a.Name, a.Type, a.UserId, CAST(a.Id AS INTEGER), a.Overview, a.ShortOverview, a.ItemId, a.DateCreated, a.LogSeverity
        FROM ActivityLogs AS a
        WHERE (0 || (a.DateCreated >= @__query_MinDate_0)) && (0 || ((a.UserId == '00000000-0000-0000-0000-000000000000') != @__query_HasUserId_Value_1))
        ORDER BY a.DateCreated DESC
        OFFSET @__p_2 ROWS FETCH NEXT @__p_3 ROWS ONLY),
    null,
    Func<QueryContext, DbDataReader, ResultContext, SingleQueryResultCoordinator, ActivityLogEntry>,
    Jellyfin.Server.Implementations.JellyfinDbContext,
    False,
    False,
    True
)"'
[2024-07-17 09:26:40.612 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.612 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.612 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.613 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.613 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:40.613 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:40.613 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:40.613 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:40.614 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:40.614 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:40.614 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean), @__p_3='?' (DbType = Int32), @__p_2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"a\".\"Name\", \"a\".\"Type\", \"a\".\"UserId\", CAST(\"a\".\"Id\" AS INTEGER), \"a\".\"Overview\", \"a\".\"ShortOverview\", \"a\".\"ItemId\", \"a\".\"DateCreated\", \"a\".\"LogSeverity\"
FROM \"ActivityLogs\" AS \"a\"
WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1
ORDER BY \"a\".\"DateCreated\" DESC
LIMIT @__p_3 OFFSET @__p_2"
[2024-07-17 09:26:40.614 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean), @__p_3='?' (DbType = Int32), @__p_2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"a\".\"Name\", \"a\".\"Type\", \"a\".\"UserId\", CAST(\"a\".\"Id\" AS INTEGER), \"a\".\"Overview\", \"a\".\"ShortOverview\", \"a\".\"ItemId\", \"a\".\"DateCreated\", \"a\".\"LogSeverity\"
FROM \"ActivityLogs\" AS \"a\"
WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1
ORDER BY \"a\".\"DateCreated\" DESC
LIMIT @__p_3 OFFSET @__p_2"
[2024-07-17 09:26:40.615 -06:00] [INF] [13] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("2"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean), @__p_3='?' (DbType = Int32), @__p_2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"a\".\"Name\", \"a\".\"Type\", \"a\".\"UserId\", CAST(\"a\".\"Id\" AS INTEGER), \"a\".\"Overview\", \"a\".\"ShortOverview\", \"a\".\"ItemId\", \"a\".\"DateCreated\", \"a\".\"LogSeverity\"
FROM \"ActivityLogs\" AS \"a\"
WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1
ORDER BY \"a\".\"DateCreated\" DESC
LIMIT @__p_3 OFFSET @__p_2"
[2024-07-17 09:26:40.616 -06:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("2"ms) [Parameters=["@__query_MinDate_0='?' (DbType = DateTime), @__query_HasUserId_Value_1='?' (DbType = Boolean), @__p_3='?' (DbType = Int32), @__p_2='?' (DbType = Int32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"a\".\"Name\", \"a\".\"Type\", \"a\".\"UserId\", CAST(\"a\".\"Id\" AS INTEGER), \"a\".\"Overview\", \"a\".\"ShortOverview\", \"a\".\"ItemId\", \"a\".\"DateCreated\", \"a\".\"LogSeverity\"
FROM \"ActivityLogs\" AS \"a\"
WHERE \"a\".\"DateCreated\" >= @__query_MinDate_0 AND (\"a\".\"UserId\" = '00000000-0000-0000-0000-000000000000') <> @__query_HasUserId_Value_1
ORDER BY \"a\".\"DateCreated\" DESC
LIMIT @__p_3 OFFSET @__p_2"
[2024-07-17 09:26:40.618 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.619 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:40.619 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.619 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:40.617 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.620 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 3ms reading results.
[2024-07-17 09:26:40.620 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:40.620 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:40.620 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:40.621 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:40.621 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:26:40.621 -06:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.9.7.0, Culture=neutral, PublicKeyToken=null]]"'.
[2024-07-17 09:26:40.633 -06:00] [DBG] [13] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:40.634 -06:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 122.2448ms
[2024-07-17 09:26:40.634 -06:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2024-07-17 09:26:40.634 -06:00] [DBG] [13] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POK"" completed keep alive response.
[2024-07-17 09:26:40.634 -06:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/System/ActivityLog/Entries""?startIndex=0&limit=4&minDate=2024-07-10T15%3A26%3A40.447Z&hasUserId=false" - 200 null "application/json; charset=utf-8" 153.0281ms
[2024-07-17 09:26:40.635 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:40.635 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:40.635 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:26:40.635 -06:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Querying.QueryResult`1[[MediaBrowser.Model.Activity.ActivityLogEntry, MediaBrowser.Model, Version=10.9.7.0, Culture=neutral, PublicKeyToken=null]]"'.
[2024-07-17 09:26:40.635 -06:00] [DBG] [21] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:40.635 -06:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)" in 106.4627ms
[2024-07-17 09:26:40.635 -06:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ActivityLogController.GetLogEntries (Jellyfin.Api)"'
[2024-07-17 09:26:40.635 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POM"" completed keep alive response.
[2024-07-17 09:26:40.635 -06:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/System/ActivityLog/Entries""?startIndex=0&limit=7&minDate=2024-07-16T15%3A26%3A40.447Z&hasUserId=true" - 200 null "application/json; charset=utf-8" 154.6838ms
[2024-07-17 09:26:41.949 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POQ"" accepted.
[2024-07-17 09:26:41.949 -06:00] [DBG] [13] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POQ"" started.
[2024-07-17 09:26:41.950 -06:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:26:41.950 -06:00] [DBG] [13] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:26:41.950 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:41.950 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:26:41.950 -06:00] [DBG] [13] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:26:41.950 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:41.950 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:41.950 -06:00] [DBG] [13] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:26:41.950 -06:00] [DBG] [13] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:26:41.950 -06:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:26:41.950 -06:00] [DBG] [13] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:26:41.950 -06:00] [DBG] [25] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:26:41.950 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:26:41.950 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:26:41.950 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:41.951 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:41.951 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:41.951 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:41.951 -06:00] [DBG] [25] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 0.7553ms with message 'null'
[2024-07-17 09:26:41.951 -06:00] [DBG] [25] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 0.9558ms
[2024-07-17 09:26:41.951 -06:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:26:41.951 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POQ"" completed keep alive response.
[2024-07-17 09:26:41.951 -06:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 1.6488ms
[2024-07-17 09:26:41.953 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301POQ"" received FIN.
[2024-07-17 09:26:41.953 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POQ"" disconnecting.
[2024-07-17 09:26:41.953 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301POQ"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:26:41.955 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POQ"" stopped.
[2024-07-17 09:26:43.337 -06:00] [DBG] [25] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 1 WebSockets.
[2024-07-17 09:26:43.487 -06:00] [DBG] [13] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "10.42.1.61" received message: InboundWebSocketMessage`1 { Data: null, MessageType: SessionsStop, ServerId: null }
[2024-07-17 09:26:43.489 -06:00] [DBG] [13] Jellyfin.Api.WebSocketListeners.SessionInfoWebSocketListener: WS "10.42.1.61" stop transmitting to "SessionInfoWebSocketListener"
[2024-07-17 09:26:43.489 -06:00] [DBG] [13] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "10.42.1.61" received message: InboundWebSocketMessage`1 { Data: null, MessageType: ScheduledTasksInfoStop, ServerId: null }
[2024-07-17 09:26:43.490 -06:00] [DBG] [13] Jellyfin.Api.WebSocketListeners.ScheduledTasksWebSocketListener: WS "10.42.1.61" stop transmitting to "ScheduledTasksWebSocketListener"
[2024-07-17 09:26:43.490 -06:00] [DBG] [13] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "10.42.1.61" received message: InboundWebSocketMessage`1 { Data: null, MessageType: ScheduledTasksInfoStop, ServerId: null }
[2024-07-17 09:26:43.490 -06:00] [DBG] [13] Jellyfin.Api.WebSocketListeners.ScheduledTasksWebSocketListener: WS "10.42.1.61" stop transmitting to "ScheduledTasksWebSocketListener"
[2024-07-17 09:26:43.491 -06:00] [DBG] [10] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "10.42.1.61" received message: InboundWebSocketMessage`1 { Data: JsonElement { ValueKind: String }, MessageType: ScheduledTasksInfoStart, ServerId: null }
[2024-07-17 09:26:43.491 -06:00] [DBG] [10] Jellyfin.Api.WebSocketListeners.ScheduledTasksWebSocketListener: WS "10.42.1.61" begin transmitting to "ScheduledTasksWebSocketListener"
[2024-07-17 09:26:43.503 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Library/VirtualFolders""" - null null
[2024-07-17 09:26:43.503 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:43.504 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/Library/VirtualFolders" does not match a supported file type
[2024-07-17 09:26:43.504 -06:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/ScheduledTasks""?IsEnabled=true" - null null
[2024-07-17 09:26:43.504 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:43.504 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/ScheduledTasks" does not match a supported file type
[2024-07-17 09:26:43.504 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:43.504 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:43.504 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:43.504 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:43.504 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:43.504 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:43.504 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:43.504 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:43.504 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:43.504 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:43.504 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:43.504 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:43.504 -06:00] [INF] [10] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:43.508 -06:00] [INF] [13] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("4"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:43.508 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:43.508 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:43.508 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:43.508 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:43.508 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:43.508 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:43.508 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:43.508 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:43.508 -06:00] [DBG] [13] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:43.508 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:43.508 -06:00] [DBG] [13] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:43.508 -06:00] [DBG] [10] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:43.508 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:43.508 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:43.508 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:43.508 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:43.508 -06:00] [DBG] [13] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/ScheduledTasks"'
[2024-07-17 09:26:43.508 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/Library/VirtualFolders"'
[2024-07-17 09:26:43.508 -06:00] [DBG] [13] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"' with route pattern '"ScheduledTasks"' is valid for the request path '"/ScheduledTasks"'
[2024-07-17 09:26:43.508 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.LibraryStructureController.GetVirtualFolders (Jellyfin.Api)"' with route pattern '"Library/VirtualFolders"' is valid for the request path '"/Library/VirtualFolders"'
[2024-07-17 09:26:43.508 -06:00] [DBG] [13] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-07-17 09:26:43.508 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.LibraryStructureController.GetVirtualFolders (Jellyfin.Api)"'
[2024-07-17 09:26:43.508 -06:00] [DBG] [13] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:43.508 -06:00] [DBG] [10] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:43.509 -06:00] [DBG] [13] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:26:43.509 -06:00] [DBG] [10] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:26:43.509 -06:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-07-17 09:26:43.509 -06:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.LibraryStructureController.GetVirtualFolders (Jellyfin.Api)"'
[2024-07-17 09:26:43.509 -06:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetTasks\", controller = \"ScheduledTasks\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Tasks.TaskInfo] GetTasks(System.Nullable`1[System.Boolean], System.Nullable`1[System.Boolean])" on controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api").
[2024-07-17 09:26:43.509 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:43.509 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:43.509 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:43.509 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:43.509 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:43.509 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api")
[2024-07-17 09:26:43.509 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.ScheduledTasksController" ("Jellyfin.Api")
[2024-07-17 09:26:43.510 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isHidden"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:43.510 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isHidden"' of type '"System.Nullable`1[System.Boolean]"' using the name '""' in request data ...
[2024-07-17 09:26:43.510 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"isHidden"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:43.510 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isHidden"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:43.510 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isHidden"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:43.510 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isHidden"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:43.510 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isHidden"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:43.510 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"isEnabled"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:43.510 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"isEnabled"' of type '"System.Nullable`1[System.Boolean]"' using the name '"isEnabled"' in request data ...
[2024-07-17 09:26:43.510 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"isEnabled"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:43.510 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"isEnabled"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:43.510 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"isEnabled"' of type '"System.Nullable`1[System.Boolean]"' ...
[2024-07-17 09:26:43.510 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"isEnabled"' of type '"System.Nullable`1[System.Boolean]"'.
[2024-07-17 09:26:43.510 -06:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetVirtualFolders\", controller = \"LibraryStructure\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[System.Collections.Generic.IEnumerable`1[MediaBrowser.Model.Entities.VirtualFolderInfo]] GetVirtualFolders()" on controller "Jellyfin.Api.Controllers.LibraryStructureController" ("Jellyfin.Api").
[2024-07-17 09:26:43.510 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:43.510 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:43.510 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:43.510 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:43.510 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:43.511 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.LibraryStructureController" ("Jellyfin.Api")
[2024-07-17 09:26:43.510 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:43.511 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.LibraryStructureController" ("Jellyfin.Api")
[2024-07-17 09:26:43.511 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:43.511 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:26:43.511 -06:00] [DBG] [10] Emby.Server.Implementations.Library.LibraryManager: Getting topLibraryFolders
[2024-07-17 09:26:43.511 -06:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"Jellyfin.Api.Controllers.ScheduledTasksController+<GetTasks>d__2"'.
[2024-07-17 09:26:43.511 -06:00] [DBG] [10] Emby.Server.Implementations.Library.LibraryManager: Getting refreshQueue
[2024-07-17 09:26:43.512 -06:00] [DBG] [13] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:43.512 -06:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)" in 3.2535ms
[2024-07-17 09:26:43.512 -06:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ScheduledTasksController.GetTasks (Jellyfin.Api)"'
[2024-07-17 09:26:43.512 -06:00] [DBG] [13] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POK"" completed keep alive response.
[2024-07-17 09:26:43.512 -06:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/ScheduledTasks""?IsEnabled=true" - 200 null "application/json; charset=utf-8" 8.7511ms
[2024-07-17 09:26:43.520 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:26:43.520 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:26:43.520 -06:00] [DBG] [10] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:26:43.520 -06:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"System.Collections.Generic.List`1[[MediaBrowser.Model.Entities.VirtualFolderInfo, MediaBrowser.Model, Version=10.9.7.0, Culture=neutral, PublicKeyToken=null]]"'.
[2024-07-17 09:26:43.544 -06:00] [DBG] [10] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:26:43.544 -06:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.LibraryStructureController.GetVirtualFolders (Jellyfin.Api)" in 33.8136ms
[2024-07-17 09:26:43.544 -06:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.LibraryStructureController.GetVirtualFolders (Jellyfin.Api)"'
[2024-07-17 09:26:43.544 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POM"" completed keep alive response.
[2024-07-17 09:26:43.545 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Library/VirtualFolders""" - 200 null "application/json; charset=utf-8" 41.2044ms
[2024-07-17 09:26:43.568 -06:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Items/a656b907eb3a73532e40e44b968d0225/Images/Primary""?maxWidth=1152&quality=90" - null null
[2024-07-17 09:26:43.568 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:43.568 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/Items/a656b907eb3a73532e40e44b968d0225/Images/Primary" does not match a supported file type
[2024-07-17 09:26:43.568 -06:00] [DBG] [13] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:26:43.568 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:43.568 -06:00] [DBG] [13] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:43.572 -06:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Items/f137a2dd21bbc1b99aa5c0f6bf02a805/Images/Primary""?maxWidth=1152&quality=90" - null null
[2024-07-17 09:26:43.572 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:43.572 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/Items/f137a2dd21bbc1b99aa5c0f6bf02a805/Images/Primary" does not match a supported file type
[2024-07-17 09:26:43.572 -06:00] [DBG] [21] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:26:43.572 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:43.572 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:43.572 -06:00] [DBG] [13] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/Items/a656b907eb3a73532e40e44b968d0225/Images/Primary"'
[2024-07-17 09:26:43.572 -06:00] [DBG] [13] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"' with route pattern '"Items/{itemId}/Images/{imageType}"' is valid for the request path '"/Items/a656b907eb3a73532e40e44b968d0225/Images/Primary"'
[2024-07-17 09:26:43.572 -06:00] [DBG] [13] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
[2024-07-17 09:26:43.572 -06:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
[2024-07-17 09:26:43.572 -06:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
[2024-07-17 09:26:43.572 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:43.572 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:43.572 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:43.572 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:43.572 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:43.572 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api")
[2024-07-17 09:26:43.573 -06:00] [DBG] [21] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/Items/f137a2dd21bbc1b99aa5c0f6bf02a805/Images/Primary"'
[2024-07-17 09:26:43.573 -06:00] [DBG] [21] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"' with route pattern '"Items/{itemId}/Images/{imageType}"' is valid for the request path '"/Items/f137a2dd21bbc1b99aa5c0f6bf02a805/Images/Primary"'
[2024-07-17 09:26:43.573 -06:00] [DBG] [21] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
[2024-07-17 09:26:43.573 -06:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
[2024-07-17 09:26:43.573 -06:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
[2024-07-17 09:26:43.573 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:43.573 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:43.573 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:43.573 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:43.573 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:43.573 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api")
[2024-07-17 09:26:43.573 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api")
[2024-07-17 09:26:43.573 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"itemId"' of type '"System.Guid"' ...
[2024-07-17 09:26:43.574 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"itemId"' of type '"System.Guid"' using the name '"itemId"' in request data ...
[2024-07-17 09:26:43.574 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"itemId"' of type '"System.Guid"'.
[2024-07-17 09:26:43.574 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"itemId"' of type '"System.Guid"'.
[2024-07-17 09:26:43.574 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"itemId"' of type '"System.Guid"' ...
[2024-07-17 09:26:43.574 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"itemId"' of type '"System.Guid"'.
[2024-07-17 09:26:43.574 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"' ...
[2024-07-17 09:26:43.574 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"' using the name '"imageType"' in request data ...
[2024-07-17 09:26:43.574 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"'.
[2024-07-17 09:26:43.574 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"'.
[2024-07-17 09:26:43.574 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"' ...
[2024-07-17 09:26:43.574 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"'.
[2024-07-17 09:26:43.574 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.574 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"' using the name '"maxWidth"' in request data ...
[2024-07-17 09:26:43.574 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.574 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.574 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api")
[2024-07-17 09:26:43.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"itemId"' of type '"System.Guid"' ...
[2024-07-17 09:26:43.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"itemId"' of type '"System.Guid"' using the name '"itemId"' in request data ...
[2024-07-17 09:26:43.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"itemId"' of type '"System.Guid"'.
[2024-07-17 09:26:43.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"itemId"' of type '"System.Guid"'.
[2024-07-17 09:26:43.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"itemId"' of type '"System.Guid"' ...
[2024-07-17 09:26:43.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"itemId"' of type '"System.Guid"'.
[2024-07-17 09:26:43.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"' ...
[2024-07-17 09:26:43.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"' using the name '"imageType"' in request data ...
[2024-07-17 09:26:43.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"'.
[2024-07-17 09:26:43.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"'.
[2024-07-17 09:26:43.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"' ...
[2024-07-17 09:26:43.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"'.
[2024-07-17 09:26:43.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"' using the name '"maxWidth"' in request data ...
[2024-07-17 09:26:43.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.574 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"width"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"width"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"width"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"width"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"width"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"width"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"width"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"height"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"height"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"height"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"height"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"height"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"height"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"height"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"quality"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"quality"' of type '"System.Nullable`1[System.Int32]"' using the name '"quality"' in request data ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"quality"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"quality"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"quality"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"quality"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.575 -06:00] [INF] [8] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Items/9d7ad6afe9afa2dab1a2f6e00ad28fa6/Images/Primary""?maxWidth=1152&quality=90" - null null
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/Items/9d7ad6afe9afa2dab1a2f6e00ad28fa6/Images/Primary" does not match a supported file type
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"tag"' of type '"System.String"' ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [8] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"tag"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"tag"' of type '"System.String"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"tag"' of type '"System.String"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"tag"' of type '"System.String"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"tag"' of type '"System.String"' ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [8] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"tag"' of type '"System.String"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"format"' of type '"System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat]"' ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [8] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/Items/9d7ad6afe9afa2dab1a2f6e00ad28fa6/Images/Primary"'
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"format"' of type '"System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [8] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"' with route pattern '"Items/{itemId}/Images/{imageType}"' is valid for the request path '"/Items/9d7ad6afe9afa2dab1a2f6e00ad28fa6/Images/Primary"'
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"format"' of type '"System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat]"' ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"format"' of type '"System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [8] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"' ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DoubleModelBinder: Attempting to bind parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"' using the name '""' in request data ...
[2024-07-17 09:26:43.575 -06:00] [INF] [8] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DoubleModelBinder: Could not find a value in the request with name '""' for binding parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DoubleModelBinder: Done attempting to bind parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"' ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.575 -06:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"blur"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"blur"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"blur"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"blur"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"blur"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"blur"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"blur"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"backgroundColor"' of type '"System.String"' ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"backgroundColor"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"backgroundColor"' of type '"System.String"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api")
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"backgroundColor"' of type '"System.String"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"backgroundColor"' of type '"System.String"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"backgroundColor"' of type '"System.String"' ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api")
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"backgroundColor"' of type '"System.String"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"foregroundLayer"' of type '"System.String"' ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"foregroundLayer"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"itemId"' of type '"System.Guid"' ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"foregroundLayer"' of type '"System.String"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"foregroundLayer"' of type '"System.String"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"itemId"' of type '"System.Guid"' using the name '"itemId"' in request data ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"foregroundLayer"' of type '"System.String"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"foregroundLayer"' of type '"System.String"' ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"foregroundLayer"' of type '"System.String"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"itemId"' of type '"System.Guid"'.
[2024-07-17 09:26:43.575 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.575 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"itemId"' of type '"System.Guid"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"itemId"' of type '"System.Guid"' ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"itemId"' of type '"System.Guid"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"' ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"' using the name '"imageType"' in request data ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"' ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"' using the name '"maxWidth"' in request data ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"width"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"width"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"width"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"width"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"width"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"width"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"width"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"height"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"height"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"height"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"height"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"height"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"height"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"height"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"quality"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"quality"' of type '"System.Nullable`1[System.Int32]"' using the name '"quality"' in request data ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"quality"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"quality"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"quality"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"quality"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.576 -06:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/addons_config/jellyfin/data/metadata/library/a6/a656b907eb3a73532e40e44b968d0225/poster.png"' with download name '""' ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [13] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: The file result has not been enabled for processing range requests. To enable it, set the EnableRangeProcessing property on the result to 'true'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"tag"' of type '"System.String"' ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"tag"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"tag"' of type '"System.String"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [13] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: Response compression is not enabled for the Content-Type '"image/png"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"tag"' of type '"System.String"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"tag"' of type '"System.String"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"tag"' of type '"System.String"' ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"tag"' of type '"System.String"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"format"' of type '"System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat]"' ...
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"format"' of type '"System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat]"'.
[2024-07-17 09:26:43.576 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"format"' of type '"System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat]"' ...
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"format"' of type '"System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat]"'.
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"' ...
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DoubleModelBinder: Attempting to bind parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"' using the name '""' in request data ...
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DoubleModelBinder: Could not find a value in the request with name '""' for binding parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DoubleModelBinder: Done attempting to bind parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"' ...
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"blur"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"blur"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"blur"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"blur"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"blur"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"blur"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"blur"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"backgroundColor"' of type '"System.String"' ...
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"backgroundColor"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"backgroundColor"' of type '"System.String"'.
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"backgroundColor"' of type '"System.String"'.
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"backgroundColor"' of type '"System.String"'.
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"backgroundColor"' of type '"System.String"' ...
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"backgroundColor"' of type '"System.String"'.
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"foregroundLayer"' of type '"System.String"' ...
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"foregroundLayer"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"foregroundLayer"' of type '"System.String"'.
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"foregroundLayer"' of type '"System.String"'.
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"foregroundLayer"' of type '"System.String"'.
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"foregroundLayer"' of type '"System.String"' ...
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"foregroundLayer"' of type '"System.String"'.
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.577 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"width"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"width"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"width"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"width"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"width"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"width"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"width"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"height"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"height"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"height"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"height"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"height"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"height"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"height"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"quality"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"quality"' of type '"System.Nullable`1[System.Int32]"' using the name '"quality"' in request data ...
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"quality"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"quality"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"quality"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"quality"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"tag"' of type '"System.String"' ...
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"tag"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"tag"' of type '"System.String"'.
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"tag"' of type '"System.String"'.
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"tag"' of type '"System.String"'.
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"tag"' of type '"System.String"' ...
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"tag"' of type '"System.String"'.
[2024-07-17 09:26:43.578 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"format"' of type '"System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat]"' ...
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"format"' of type '"System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat]"'.
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"format"' of type '"System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat]"' ...
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"format"' of type '"System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat]"'.
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"' ...
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DoubleModelBinder: Attempting to bind parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"' using the name '""' in request data ...
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DoubleModelBinder: Could not find a value in the request with name '""' for binding parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DoubleModelBinder: Done attempting to bind parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"' ...
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"blur"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"blur"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"blur"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"blur"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"blur"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"blur"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"blur"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"backgroundColor"' of type '"System.String"' ...
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"backgroundColor"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"backgroundColor"' of type '"System.String"'.
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"backgroundColor"' of type '"System.String"'.
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"backgroundColor"' of type '"System.String"'.
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"backgroundColor"' of type '"System.String"' ...
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"backgroundColor"' of type '"System.String"'.
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"foregroundLayer"' of type '"System.String"' ...
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"foregroundLayer"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"foregroundLayer"' of type '"System.String"'.
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"foregroundLayer"' of type '"System.String"'.
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"foregroundLayer"' of type '"System.String"'.
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"foregroundLayer"' of type '"System.String"' ...
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"foregroundLayer"' of type '"System.String"'.
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.579 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.579 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.579 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.579 -06:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/addons_config/jellyfin/data/metadata/library/f1/f137a2dd21bbc1b99aa5c0f6bf02a805/poster.png"' with download name '""' ...
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: The file result has not been enabled for processing range requests. To enable it, set the EnableRangeProcessing property on the result to 'true'.
[2024-07-17 09:26:43.579 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.579 -06:00] [DBG] [21] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: Response compression is not enabled for the Content-Type '"image/png"'.
[2024-07-17 09:26:43.579 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.579 -06:00] [INF] [8] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/addons_config/jellyfin/data/metadata/library/9d/9d7ad6afe9afa2dab1a2f6e00ad28fa6/poster.png"' with download name '""' ...
[2024-07-17 09:26:43.580 -06:00] [DBG] [8] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: The file result has not been enabled for processing range requests. To enable it, set the EnableRangeProcessing property on the result to 'true'.
[2024-07-17 09:26:43.580 -06:00] [DBG] [8] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: Response compression is not enabled for the Content-Type '"image/png"'.
[2024-07-17 09:26:43.580 -06:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Items/7e64e319657a9516ec78490da03edccb/Images/Primary""?maxWidth=1152&quality=90" - null null
[2024-07-17 09:26:43.580 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:43.580 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/Items/7e64e319657a9516ec78490da03edccb/Images/Primary" does not match a supported file type
[2024-07-17 09:26:43.580 -06:00] [DBG] [25] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:26:43.580 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:43.580 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:43.580 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/Items/7e64e319657a9516ec78490da03edccb/Images/Primary"'
[2024-07-17 09:26:43.580 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"' with route pattern '"Items/{itemId}/Images/{imageType}"' is valid for the request path '"/Items/7e64e319657a9516ec78490da03edccb/Images/Primary"'
[2024-07-17 09:26:43.580 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
[2024-07-17 09:26:43.580 -06:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
[2024-07-17 09:26:43.581 -06:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetItemImage\", controller = \"Image\"}". Executing controller action with signature "System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] GetItemImage(System.Guid, MediaBrowser.Model.Entities.ImageType, System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat], System.Nullable`1[System.Double], System.Nullable`1[System.Int32], System.Nullable`1[System.Int32], System.String, System.String, System.Nullable`1[System.Int32])" on controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api").
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api")
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.ImageController" ("Jellyfin.Api")
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"itemId"' of type '"System.Guid"' ...
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"itemId"' of type '"System.Guid"' using the name '"itemId"' in request data ...
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"itemId"' of type '"System.Guid"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"itemId"' of type '"System.Guid"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"itemId"' of type '"System.Guid"' ...
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"itemId"' of type '"System.Guid"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"' ...
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"' using the name '"imageType"' in request data ...
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"' ...
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"imageType"' of type '"MediaBrowser.Model.Entities.ImageType"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"' using the name '"maxWidth"' in request data ...
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"maxWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"maxHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"width"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"width"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"width"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"width"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"width"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"width"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"width"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"height"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"height"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"height"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"height"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"height"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"height"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"height"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"quality"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"quality"' of type '"System.Nullable`1[System.Int32]"' using the name '"quality"' in request data ...
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"quality"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"quality"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"quality"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"quality"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"fillWidth"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"fillHeight"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"tag"' of type '"System.String"' ...
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"tag"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:43.581 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"tag"' of type '"System.String"'.
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"tag"' of type '"System.String"'.
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"tag"' of type '"System.String"'.
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"tag"' of type '"System.String"' ...
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"tag"' of type '"System.String"'.
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"format"' of type '"System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat]"' ...
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"format"' of type '"System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat]"'.
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"format"' of type '"System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat]"' ...
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"format"' of type '"System.Nullable`1[MediaBrowser.Model.Drawing.ImageFormat]"'.
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"' ...
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DoubleModelBinder: Attempting to bind parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"' using the name '""' in request data ...
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DoubleModelBinder: Could not find a value in the request with name '""' for binding parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DoubleModelBinder: Done attempting to bind parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"' ...
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"percentPlayed"' of type '"System.Nullable`1[System.Double]"'.
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"unplayedCount"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"blur"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"blur"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"blur"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"blur"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"blur"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"blur"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"blur"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"backgroundColor"' of type '"System.String"' ...
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"backgroundColor"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"backgroundColor"' of type '"System.String"'.
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"backgroundColor"' of type '"System.String"'.
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"backgroundColor"' of type '"System.String"'.
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"backgroundColor"' of type '"System.String"' ...
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"backgroundColor"' of type '"System.String"'.
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"foregroundLayer"' of type '"System.String"' ...
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"foregroundLayer"' of type '"System.String"' using the name '""' in request data ...
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"foregroundLayer"' of type '"System.String"'.
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"foregroundLayer"' of type '"System.String"'.
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"foregroundLayer"' of type '"System.String"'.
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"foregroundLayer"' of type '"System.String"' ...
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"foregroundLayer"' of type '"System.String"'.
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"' using the name '""' in request data ...
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Could not find a value in the request with name '""' for binding parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"' ...
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"imageIndex"' of type '"System.Nullable`1[System.Int32]"'.
[2024-07-17 09:26:43.582 -06:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: Executing "PhysicalFileResult", sending file '"/config/addons_config/jellyfin/data/metadata/library/7e/7e64e319657a9516ec78490da03edccb/poster.png"' with download name '""' ...
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.Mvc.Infrastructure.PhysicalFileResultExecutor: The file result has not been enabled for processing range requests. To enable it, set the EnableRangeProcessing property on the result to 'true'.
[2024-07-17 09:26:43.582 -06:00] [DBG] [25] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: Response compression is not enabled for the Content-Type '"image/png"'.
[2024-07-17 09:26:43.586 -06:00] [INF] [24] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 10.6198ms
[2024-07-17 09:26:43.586 -06:00] [INF] [24] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
[2024-07-17 09:26:43.586 -06:00] [DBG] [24] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POJ"" completed keep alive response.
[2024-07-17 09:26:43.586 -06:00] [INF] [24] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Items/9d7ad6afe9afa2dab1a2f6e00ad28fa6/Images/Primary""?maxWidth=1152&quality=90" - 200 211301 "image/png" 11.4277ms
[2024-07-17 09:26:43.604 -06:00] [INF] [13] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 30.7079ms
[2024-07-17 09:26:43.604 -06:00] [INF] [13] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
[2024-07-17 09:26:43.604 -06:00] [DBG] [13] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POK"" completed keep alive response.
[2024-07-17 09:26:43.604 -06:00] [INF] [13] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Items/f137a2dd21bbc1b99aa5c0f6bf02a805/Images/Primary""?maxWidth=1152&quality=90" - 200 755717 "image/png" 32.7318ms
[2024-07-17 09:26:43.637 -06:00] [INF] [10] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 56.0187ms
[2024-07-17 09:26:43.637 -06:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
[2024-07-17 09:26:43.637 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PON"" completed keep alive response.
[2024-07-17 09:26:43.637 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Items/7e64e319657a9516ec78490da03edccb/Images/Primary""?maxWidth=1152&quality=90" - 200 654888 "image/png" 57.0215ms
[2024-07-17 09:26:43.672 -06:00] [INF] [25] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)" in 99.1724ms
[2024-07-17 09:26:43.672 -06:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ImageController.GetItemImage (Jellyfin.Api)"'
[2024-07-17 09:26:43.672 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POM"" completed keep alive response.
[2024-07-17 09:26:43.672 -06:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/Items/a656b907eb3a73532e40e44b968d0225/Images/Primary""?maxWidth=1152&quality=90" - 200 738810 "image/png" 104.4413ms
[2024-07-17 09:26:46.977 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POR"" accepted.
[2024-07-17 09:26:46.977 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POR"" started.
[2024-07-17 09:26:46.977 -06:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:26:46.977 -06:00] [DBG] [25] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:26:46.977 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:46.977 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:26:46.977 -06:00] [DBG] [25] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:26:46.977 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:46.977 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:46.977 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:26:46.977 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:26:46.977 -06:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:26:46.977 -06:00] [DBG] [25] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:26:46.977 -06:00] [DBG] [26] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:26:46.978 -06:00] [DBG] [26] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:26:46.978 -06:00] [DBG] [26] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:26:46.978 -06:00] [DBG] [26] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:46.978 -06:00] [DBG] [26] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:46.978 -06:00] [DBG] [26] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:46.978 -06:00] [DBG] [26] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:46.978 -06:00] [DBG] [26] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 0.7455ms with message 'null'
[2024-07-17 09:26:46.978 -06:00] [DBG] [26] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 0.9194ms
[2024-07-17 09:26:46.978 -06:00] [INF] [26] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:26:46.978 -06:00] [DBG] [26] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POR"" completed keep alive response.
[2024-07-17 09:26:46.979 -06:00] [INF] [26] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 1.7248ms
[2024-07-17 09:26:46.981 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301POR"" received FIN.
[2024-07-17 09:26:46.981 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POR"" disconnecting.
[2024-07-17 09:26:46.981 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POR"" stopped.
[2024-07-17 09:26:46.981 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301POR"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:26:52.004 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POS"" accepted.
[2024-07-17 09:26:52.004 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POS"" started.
[2024-07-17 09:26:52.004 -06:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:26:52.004 -06:00] [DBG] [25] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:26:52.004 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:52.004 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:26:52.004 -06:00] [DBG] [25] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:26:52.004 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:52.004 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:52.004 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:26:52.004 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:26:52.005 -06:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:26:52.005 -06:00] [DBG] [25] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:26:52.005 -06:00] [DBG] [25] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:26:52.005 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:26:52.005 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:26:52.005 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:52.006 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:52.006 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:52.006 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:52.006 -06:00] [DBG] [25] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 1.5408ms with message 'null'
[2024-07-17 09:26:52.006 -06:00] [DBG] [25] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 1.7778ms
[2024-07-17 09:26:52.007 -06:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:26:52.007 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POS"" completed keep alive response.
[2024-07-17 09:26:52.007 -06:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 2.7111ms
[2024-07-17 09:26:52.008 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301POS"" received FIN.
[2024-07-17 09:26:52.008 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POS"" disconnecting.
[2024-07-17 09:26:52.008 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POS"" stopped.
[2024-07-17 09:26:52.008 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301POS"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:26:52.777 -06:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "POST" "http"://"jellyfin.***********:8096""""/Items/b8d99abbfa3924f2f06c55905a4e736f/Refresh""?Recursive=true&ImageRefreshMode=FullRefresh&MetadataRefreshMode=FullRefresh&ReplaceAllImages=false&ReplaceAllMetadata=true" - null 0
[2024-07-17 09:26:52.777 -06:00] [DBG] [21] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: The request has an origin header: '"http://jellyfin.***********:8096"'.
[2024-07-17 09:26:52.777 -06:00] [INF] [21] Microsoft.AspNetCore.Cors.Infrastructure.CorsService: CORS policy execution successful.
[2024-07-17 09:26:52.777 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: "POST" requests are not supported
[2024-07-17 09:26:52.777 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: "POST" requests are not supported
[2024-07-17 09:26:52.778 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:52.778 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:52.778 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:26:52.778 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:52.778 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:26:52.778 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:52.778 -06:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:26:52.778 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:26:52.778 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:52.778 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:26:52.778 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:52.779 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:52.779 -06:00] [DBG] [21] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:52.779 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: "POST" requests are not supported
[2024-07-17 09:26:52.779 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: "POST" requests are not supported
[2024-07-17 09:26:52.779 -06:00] [DBG] [21] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/Items/b8d99abbfa3924f2f06c55905a4e736f/Refresh"'
[2024-07-17 09:26:52.779 -06:00] [DBG] [21] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.ItemRefreshController.RefreshItem (Jellyfin.Api)"' with route pattern '"Items/{itemId}/Refresh"' is valid for the request path '"/Items/b8d99abbfa3924f2f06c55905a4e736f/Refresh"'
[2024-07-17 09:26:52.779 -06:00] [DBG] [21] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.ItemRefreshController.RefreshItem (Jellyfin.Api)"'
[2024-07-17 09:26:52.779 -06:00] [DBG] [21] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:26:52.779 -06:00] [DBG] [21] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:26:52.780 -06:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ItemRefreshController.RefreshItem (Jellyfin.Api)"'
[2024-07-17 09:26:52.781 -06:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"RefreshItem\", controller = \"ItemRefresh\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult RefreshItem(System.Guid, MediaBrowser.Controller.Providers.MetadataRefreshMode, MediaBrowser.Controller.Providers.MetadataRefreshMode, Boolean, Boolean)" on controller "Jellyfin.Api.Controllers.ItemRefreshController" ("Jellyfin.Api").
[2024-07-17 09:26:52.781 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:26:52.781 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:26:52.781 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:26:52.781 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:26:52.781 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:26:52.781 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.ItemRefreshController" ("Jellyfin.Api")
[2024-07-17 09:26:52.781 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.ItemRefreshController" ("Jellyfin.Api")
[2024-07-17 09:26:52.782 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"itemId"' of type '"System.Guid"' ...
[2024-07-17 09:26:52.782 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"itemId"' of type '"System.Guid"' using the name '"itemId"' in request data ...
[2024-07-17 09:26:52.782 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"itemId"' of type '"System.Guid"'.
[2024-07-17 09:26:52.782 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"itemId"' of type '"System.Guid"'.
[2024-07-17 09:26:52.782 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"itemId"' of type '"System.Guid"' ...
[2024-07-17 09:26:52.782 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"itemId"' of type '"System.Guid"'.
[2024-07-17 09:26:52.782 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"metadataRefreshMode"' of type '"MediaBrowser.Controller.Providers.MetadataRefreshMode"' ...
[2024-07-17 09:26:52.782 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"metadataRefreshMode"' of type '"MediaBrowser.Controller.Providers.MetadataRefreshMode"' using the name '"metadataRefreshMode"' in request data ...
[2024-07-17 09:26:52.782 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"metadataRefreshMode"' of type '"MediaBrowser.Controller.Providers.MetadataRefreshMode"'.
[2024-07-17 09:26:52.782 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"metadataRefreshMode"' of type '"MediaBrowser.Controller.Providers.MetadataRefreshMode"'.
[2024-07-17 09:26:52.782 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"metadataRefreshMode"' of type '"MediaBrowser.Controller.Providers.MetadataRefreshMode"' ...
[2024-07-17 09:26:52.782 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"metadataRefreshMode"' of type '"MediaBrowser.Controller.Providers.MetadataRefreshMode"'.
[2024-07-17 09:26:52.782 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"imageRefreshMode"' of type '"MediaBrowser.Controller.Providers.MetadataRefreshMode"' ...
[2024-07-17 09:26:52.783 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"imageRefreshMode"' of type '"MediaBrowser.Controller.Providers.MetadataRefreshMode"' using the name '"imageRefreshMode"' in request data ...
[2024-07-17 09:26:52.783 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"imageRefreshMode"' of type '"MediaBrowser.Controller.Providers.MetadataRefreshMode"'.
[2024-07-17 09:26:52.783 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"imageRefreshMode"' of type '"MediaBrowser.Controller.Providers.MetadataRefreshMode"'.
[2024-07-17 09:26:52.783 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"imageRefreshMode"' of type '"MediaBrowser.Controller.Providers.MetadataRefreshMode"' ...
[2024-07-17 09:26:52.783 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"imageRefreshMode"' of type '"MediaBrowser.Controller.Providers.MetadataRefreshMode"'.
[2024-07-17 09:26:52.783 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"replaceAllMetadata"' of type '"System.Boolean"' ...
[2024-07-17 09:26:52.783 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"replaceAllMetadata"' of type '"System.Boolean"' using the name '"replaceAllMetadata"' in request data ...
[2024-07-17 09:26:52.783 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"replaceAllMetadata"' of type '"System.Boolean"'.
[2024-07-17 09:26:52.783 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"replaceAllMetadata"' of type '"System.Boolean"'.
[2024-07-17 09:26:52.783 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"replaceAllMetadata"' of type '"System.Boolean"' ...
[2024-07-17 09:26:52.783 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"replaceAllMetadata"' of type '"System.Boolean"'.
[2024-07-17 09:26:52.783 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"replaceAllImages"' of type '"System.Boolean"' ...
[2024-07-17 09:26:52.783 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"replaceAllImages"' of type '"System.Boolean"' using the name '"replaceAllImages"' in request data ...
[2024-07-17 09:26:52.783 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"replaceAllImages"' of type '"System.Boolean"'.
[2024-07-17 09:26:52.783 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"replaceAllImages"' of type '"System.Boolean"'.
[2024-07-17 09:26:52.783 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"replaceAllImages"' of type '"System.Boolean"' ...
[2024-07-17 09:26:52.783 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"replaceAllImages"' of type '"System.Boolean"'.
[2024-07-17 09:26:52.784 -06:00] [DBG] [21] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:26:52.784 -06:00] [DBG] [21] MediaBrowser.Controller.Entities.BaseItem: "Media Folders" has no parental rating set.
[2024-07-17 09:26:52.787 -06:00] [INF] [21] Microsoft.AspNetCore.Mvc.StatusCodeResult: Executing StatusCodeResult, setting HTTP status code 204
[2024-07-17 09:26:52.787 -06:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ItemRefreshController.RefreshItem (Jellyfin.Api)" in 5.5725ms
[2024-07-17 09:26:52.787 -06:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ItemRefreshController.RefreshItem (Jellyfin.Api)"'
[2024-07-17 09:26:52.787 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POM"" completed keep alive response.
[2024-07-17 09:26:52.787 -06:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "POST" "http"://"jellyfin.***********:8096""""/Items/b8d99abbfa3924f2f06c55905a4e736f/Refresh""?Recursive=true&ImageRefreshMode=FullRefresh&MetadataRefreshMode=FullRefresh&ReplaceAllImages=false&ReplaceAllMetadata=true" - 204 null null 10.1435ms
[2024-07-17 09:26:52.828 -06:00] [DBG] [10] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Running "CollectionFolderImageProvider" for "/config/addons_config/jellyfin/data/root/default/Other video"
[2024-07-17 09:26:52.861 -06:00] [DBG] [10] MediaBrowser.Providers.Folders.FolderMetadataService: Running "FolderImageProvider" for "/mnt/Lyre/Video/Other"
[2024-07-17 09:26:52.864 -06:00] [DBG] [10] MediaBrowser.Providers.Manager.ProviderManager: OnRefreshStart bc2cf5cb69197919b568eb5145a30357
[2024-07-17 09:26:52.911 -06:00] [DBG] [10] MediaBrowser.Providers.Manager.ProviderManager: OnRefreshProgress bc2cf5cb69197919b568eb5145a30357 5
[2024-07-17 09:26:52.928 -06:00] [DBG] [10] MediaBrowser.Providers.Manager.ProviderManager: OnRefreshProgress bc2cf5cb69197919b568eb5145a30357 10
[2024-07-17 09:26:52.942 -06:00] [DBG] [21] MediaBrowser.Providers.Manager.ProviderManager: OnRefreshProgress bc2cf5cb69197919b568eb5145a30357 50
[2024-07-17 09:26:52.944 -06:00] [DBG] [26] MediaBrowser.Providers.Manager.ProviderManager: OnRefreshComplete bc2cf5cb69197919b568eb5145a30357
[2024-07-17 09:26:55.336 -06:00] [DBG] [26] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 1 WebSockets.
[2024-07-17 09:26:57.039 -06:00] [DBG] [26] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POT"" accepted.
[2024-07-17 09:26:57.039 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POT"" started.
[2024-07-17 09:26:57.039 -06:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:26:57.039 -06:00] [DBG] [25] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:26:57.039 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:57.039 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:26:57.039 -06:00] [DBG] [25] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:26:57.039 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:57.039 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:26:57.039 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:26:57.039 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:26:57.039 -06:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:26:57.039 -06:00] [DBG] [25] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:26:57.040 -06:00] [DBG] [25] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:26:57.040 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:26:57.041 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:26:57.041 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:57.041 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:57.041 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:26:57.041 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:26:57.041 -06:00] [DBG] [25] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 1.5706ms with message 'null'
[2024-07-17 09:26:57.042 -06:00] [DBG] [25] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 2.3731ms
[2024-07-17 09:26:57.042 -06:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:26:57.042 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POT"" completed keep alive response.
[2024-07-17 09:26:57.042 -06:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 3.5922ms
[2024-07-17 09:26:57.043 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301POT"" received FIN.
[2024-07-17 09:26:57.043 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POT"" disconnecting.
[2024-07-17 09:26:57.043 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POT"" stopped.
[2024-07-17 09:26:57.043 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301POT"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:27:01.347 -06:00] [DBG] [25] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "10.42.1.61" received message: InboundWebSocketMessage`1 { Data: null, MessageType: KeepAlive, ServerId: null }
[2024-07-17 09:27:02.069 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POU"" accepted.
[2024-07-17 09:27:02.069 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POU"" started.
[2024-07-17 09:27:02.069 -06:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:27:02.069 -06:00] [DBG] [25] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:27:02.069 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:02.069 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:27:02.069 -06:00] [DBG] [25] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:27:02.069 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:02.069 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:02.069 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:27:02.069 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:27:02.070 -06:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:27:02.070 -06:00] [DBG] [25] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:27:02.070 -06:00] [DBG] [11] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:27:02.070 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:27:02.070 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:27:02.070 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:02.070 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:02.070 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:02.070 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:27:02.070 -06:00] [DBG] [11] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 0.562ms with message 'null'
[2024-07-17 09:27:02.070 -06:00] [DBG] [11] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 0.6916ms
[2024-07-17 09:27:02.070 -06:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:27:02.070 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POU"" completed keep alive response.
[2024-07-17 09:27:02.070 -06:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 1.5837ms
[2024-07-17 09:27:02.072 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301POU"" received FIN.
[2024-07-17 09:27:02.072 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POU"" disconnecting.
[2024-07-17 09:27:02.072 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POU"" stopped.
[2024-07-17 09:27:02.073 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301POU"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:27:07.103 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POV"" accepted.
[2024-07-17 09:27:07.103 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POV"" started.
[2024-07-17 09:27:07.103 -06:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:27:07.103 -06:00] [DBG] [11] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:27:07.103 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:07.103 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:27:07.104 -06:00] [DBG] [11] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:27:07.104 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:07.104 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:07.104 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:27:07.104 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:27:07.104 -06:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:27:07.104 -06:00] [DBG] [11] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:27:07.104 -06:00] [DBG] [11] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:27:07.105 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:27:07.105 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:27:07.105 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:07.105 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:07.105 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:07.105 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:27:07.105 -06:00] [DBG] [11] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 1.597ms with message 'null'
[2024-07-17 09:27:07.106 -06:00] [DBG] [11] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 1.7773ms
[2024-07-17 09:27:07.107 -06:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:27:07.108 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POV"" completed keep alive response.
[2024-07-17 09:27:07.109 -06:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 5.465ms
[2024-07-17 09:27:07.111 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301POV"" received FIN.
[2024-07-17 09:27:07.112 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POV"" disconnecting.
[2024-07-17 09:27:07.112 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301POV"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:27:07.113 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POV"" stopped.
[2024-07-17 09:27:07.336 -06:00] [DBG] [11] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 1 WebSockets.
[2024-07-17 09:27:12.138 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP0"" accepted.
[2024-07-17 09:27:12.139 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP0"" started.
[2024-07-17 09:27:12.139 -06:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:27:12.139 -06:00] [DBG] [11] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:27:12.139 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:12.139 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:27:12.139 -06:00] [DBG] [11] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:27:12.139 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:12.140 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:12.140 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:27:12.140 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:27:12.140 -06:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:27:12.140 -06:00] [DBG] [11] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:27:12.140 -06:00] [DBG] [21] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:27:12.140 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:27:12.140 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:27:12.140 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:12.141 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:12.141 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:12.141 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:27:12.141 -06:00] [DBG] [21] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 1.3871ms with message 'null'
[2024-07-17 09:27:12.142 -06:00] [DBG] [21] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 1.7772ms
[2024-07-17 09:27:12.142 -06:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:27:12.142 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP0"" completed keep alive response.
[2024-07-17 09:27:12.142 -06:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 3.0575ms
[2024-07-17 09:27:12.143 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301PP0"" received FIN.
[2024-07-17 09:27:12.144 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP0"" disconnecting.
[2024-07-17 09:27:12.145 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301PP0"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:27:12.146 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP0"" stopped.
[2024-07-17 09:27:17.170 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP1"" accepted.
[2024-07-17 09:27:17.171 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP1"" started.
[2024-07-17 09:27:17.171 -06:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:27:17.171 -06:00] [DBG] [21] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:27:17.171 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:17.171 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:27:17.171 -06:00] [DBG] [21] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:27:17.171 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:17.171 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:17.171 -06:00] [DBG] [21] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:27:17.171 -06:00] [DBG] [21] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:27:17.171 -06:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:27:17.171 -06:00] [DBG] [21] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:27:17.172 -06:00] [DBG] [10] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:27:17.172 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:27:17.172 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:27:17.172 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:17.172 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:17.173 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:17.173 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:27:17.173 -06:00] [DBG] [10] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 1.3216ms with message 'null'
[2024-07-17 09:27:17.173 -06:00] [DBG] [10] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 1.5748ms
[2024-07-17 09:27:17.174 -06:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:27:17.174 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP1"" completed keep alive response.
[2024-07-17 09:27:17.174 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 2.805ms
[2024-07-17 09:27:17.175 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301PP1"" received FIN.
[2024-07-17 09:27:17.175 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP1"" disconnecting.
[2024-07-17 09:27:17.175 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP1"" stopped.
[2024-07-17 09:27:17.175 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301PP1"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:27:19.336 -06:00] [DBG] [21] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 1 WebSockets.
[2024-07-17 09:27:22.199 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP2"" accepted.
[2024-07-17 09:27:22.199 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP2"" started.
[2024-07-17 09:27:22.199 -06:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:27:22.199 -06:00] [DBG] [21] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:27:22.199 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:22.199 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:27:22.199 -06:00] [DBG] [21] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:27:22.199 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:22.199 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:22.199 -06:00] [DBG] [21] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:27:22.200 -06:00] [DBG] [21] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:27:22.200 -06:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:27:22.200 -06:00] [DBG] [21] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:27:22.200 -06:00] [DBG] [10] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:27:22.200 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:27:22.200 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:27:22.200 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:22.200 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:22.200 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:22.200 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:27:22.200 -06:00] [DBG] [10] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 0.7699ms with message 'null'
[2024-07-17 09:27:22.200 -06:00] [DBG] [10] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 0.8968ms
[2024-07-17 09:27:22.201 -06:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:27:22.201 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP2"" completed keep alive response.
[2024-07-17 09:27:22.201 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 1.3334ms
[2024-07-17 09:27:22.202 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301PP2"" received FIN.
[2024-07-17 09:27:22.202 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP2"" disconnecting.
[2024-07-17 09:27:22.203 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP2"" stopped.
[2024-07-17 09:27:22.203 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301PP2"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:27:22.869 -06:00] [DBG] [25] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:27:22.869 -06:00] [DBG] [25] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:27:22.869 -06:00] [DBG] [25] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:27:22.869 -06:00] [DBG] [25] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:27:22.869 -06:00] [DBG] [25] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:27:22.869 -06:00] [DBG] [25] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:27:22.870 -06:00] [DBG] [25] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:27:22.870 -06:00] [DBG] [25] MediaBrowser.Controller.Entities.BaseItem: "Media Folders" has no parental rating set.
[2024-07-17 09:27:22.871 -06:00] [DBG] [25] MediaBrowser.Controller.Entities.BaseItem: "Other" has no parental rating set.
[2024-07-17 09:27:22.871 -06:00] [DBG] [25] MediaBrowser.Controller.Entities.BaseItem: "root" has no parental rating set.
[2024-07-17 09:27:22.871 -06:00] [DBG] [25] MediaBrowser.Controller.Entities.BaseItem: "Shows" has no parental rating set.
[2024-07-17 09:27:22.871 -06:00] [DBG] [25] MediaBrowser.Controller.Entities.BaseItem: "Music" has no parental rating set.
[2024-07-17 09:27:22.871 -06:00] [DBG] [25] MediaBrowser.Controller.Entities.BaseItem: "Collections" has no parental rating set.
[2024-07-17 09:27:22.871 -06:00] [DBG] [25] MediaBrowser.Controller.Entities.BaseItem: "Movies" has no parental rating set.
[2024-07-17 09:27:22.871 -06:00] [DBG] [25] MediaBrowser.Controller.Entities.BaseItem: "Other video" has no parental rating set.
[2024-07-17 09:27:22.871 -06:00] [DBG] [25] MediaBrowser.Controller.Entities.BaseItem: "Playlists" has no parental rating set.
[2024-07-17 09:27:27.227 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP3"" accepted.
[2024-07-17 09:27:27.228 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP3"" started.
[2024-07-17 09:27:27.228 -06:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:27:27.228 -06:00] [DBG] [25] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:27:27.228 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:27.228 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:27:27.228 -06:00] [DBG] [25] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:27:27.228 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:27.228 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:27.228 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:27:27.228 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:27:27.228 -06:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:27:27.228 -06:00] [DBG] [25] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:27:27.228 -06:00] [DBG] [25] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:27:27.229 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:27:27.229 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:27:27.229 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:27.229 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:27.229 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:27.229 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:27:27.229 -06:00] [DBG] [25] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 0.5172ms with message 'null'
[2024-07-17 09:27:27.229 -06:00] [DBG] [25] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 0.7015ms
[2024-07-17 09:27:27.229 -06:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:27:27.229 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP3"" completed keep alive response.
[2024-07-17 09:27:27.229 -06:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 1.2455ms
[2024-07-17 09:27:27.232 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301PP3"" received FIN.
[2024-07-17 09:27:27.232 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP3"" disconnecting.
[2024-07-17 09:27:27.232 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP3"" stopped.
[2024-07-17 09:27:27.232 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301PP3"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:27:31.336 -06:00] [DBG] [25] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 1 WebSockets.
[2024-07-17 09:27:31.347 -06:00] [DBG] [10] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "10.42.1.61" received message: InboundWebSocketMessage`1 { Data: null, MessageType: KeepAlive, ServerId: null }
[2024-07-17 09:27:32.261 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP4"" accepted.
[2024-07-17 09:27:32.261 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP4"" started.
[2024-07-17 09:27:32.261 -06:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:27:32.261 -06:00] [DBG] [11] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:27:32.261 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:32.261 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:27:32.262 -06:00] [DBG] [11] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:27:32.262 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:32.262 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:32.262 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:27:32.262 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:27:32.262 -06:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:27:32.262 -06:00] [DBG] [11] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:27:32.262 -06:00] [DBG] [11] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:27:32.262 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:27:32.262 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:27:32.262 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:32.264 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:32.264 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:32.264 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:27:32.264 -06:00] [DBG] [11] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 2.6783ms with message 'null'
[2024-07-17 09:27:32.265 -06:00] [DBG] [11] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 2.9939ms
[2024-07-17 09:27:32.265 -06:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:27:32.265 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP4"" completed keep alive response.
[2024-07-17 09:27:32.265 -06:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 3.8438ms
[2024-07-17 09:27:32.267 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301PP4"" received FIN.
[2024-07-17 09:27:32.268 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP4"" disconnecting.
[2024-07-17 09:27:32.268 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP4"" stopped.
[2024-07-17 09:27:32.268 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301PP4"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:27:37.293 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP5"" accepted.
[2024-07-17 09:27:37.293 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP5"" started.
[2024-07-17 09:27:37.293 -06:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:27:37.293 -06:00] [DBG] [11] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:27:37.293 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:37.293 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:27:37.293 -06:00] [DBG] [11] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:27:37.293 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:37.293 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:37.293 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:27:37.293 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:27:37.293 -06:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:27:37.293 -06:00] [DBG] [11] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:27:37.293 -06:00] [DBG] [10] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:27:37.293 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:27:37.293 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:27:37.293 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:37.294 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:37.294 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:37.294 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:27:37.296 -06:00] [DBG] [10] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 2.6201ms with message 'null'
[2024-07-17 09:27:37.296 -06:00] [DBG] [10] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 2.8013ms
[2024-07-17 09:27:37.296 -06:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:27:37.296 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP5"" completed keep alive response.
[2024-07-17 09:27:37.296 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 3.3457ms
[2024-07-17 09:27:37.297 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301PP5"" received FIN.
[2024-07-17 09:27:37.298 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP5"" disconnecting.
[2024-07-17 09:27:37.298 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP5"" stopped.
[2024-07-17 09:27:37.298 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301PP5"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:27:42.321 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP6"" accepted.
[2024-07-17 09:27:42.321 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP6"" started.
[2024-07-17 09:27:42.322 -06:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:27:42.323 -06:00] [DBG] [11] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:27:42.323 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:42.323 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:27:42.323 -06:00] [DBG] [11] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:27:42.323 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:42.323 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:42.323 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:27:42.323 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:27:42.323 -06:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:27:42.323 -06:00] [DBG] [11] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:27:42.323 -06:00] [DBG] [11] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:27:42.323 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:27:42.323 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:27:42.323 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:42.323 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:42.324 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:42.324 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:27:42.324 -06:00] [DBG] [11] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 0.6404ms with message 'null'
[2024-07-17 09:27:42.324 -06:00] [DBG] [11] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 0.8132ms
[2024-07-17 09:27:42.324 -06:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:27:42.324 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP6"" completed keep alive response.
[2024-07-17 09:27:42.324 -06:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 1.4183ms
[2024-07-17 09:27:42.324 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301PP6"" received FIN.
[2024-07-17 09:27:42.324 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP6"" disconnecting.
[2024-07-17 09:27:42.324 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP6"" stopped.
[2024-07-17 09:27:42.326 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301PP6"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:27:43.336 -06:00] [DBG] [10] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 1 WebSockets.
[2024-07-17 09:27:47.355 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP7"" accepted.
[2024-07-17 09:27:47.355 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP7"" started.
[2024-07-17 09:27:47.355 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:27:47.356 -06:00] [DBG] [10] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:27:47.356 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:47.356 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:27:47.356 -06:00] [DBG] [10] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:27:47.356 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:47.356 -06:00] [DBG] [10] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:47.356 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:27:47.356 -06:00] [DBG] [10] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:27:47.356 -06:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:27:47.356 -06:00] [DBG] [10] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:27:47.356 -06:00] [DBG] [10] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:27:47.356 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:27:47.356 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:27:47.356 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:47.356 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:47.356 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:47.356 -06:00] [DBG] [10] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:27:47.357 -06:00] [DBG] [10] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 0.5222ms with message 'null'
[2024-07-17 09:27:47.357 -06:00] [DBG] [10] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 0.6545ms
[2024-07-17 09:27:47.357 -06:00] [INF] [10] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:27:47.357 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP7"" completed keep alive response.
[2024-07-17 09:27:47.357 -06:00] [INF] [10] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 1.2136ms
[2024-07-17 09:27:47.358 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301PP7"" received FIN.
[2024-07-17 09:27:47.358 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301PP7"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:27:47.358 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP7"" disconnecting.
[2024-07-17 09:27:47.359 -06:00] [DBG] [10] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP7"" stopped.
[2024-07-17 09:27:52.392 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP8"" accepted.
[2024-07-17 09:27:52.392 -06:00] [DBG] [27] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP8"" started.
[2024-07-17 09:27:52.392 -06:00] [INF] [27] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:27:52.392 -06:00] [DBG] [27] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:27:52.392 -06:00] [DBG] [27] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:52.392 -06:00] [DBG] [27] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:27:52.392 -06:00] [DBG] [27] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:27:52.392 -06:00] [DBG] [27] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:52.392 -06:00] [DBG] [27] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:52.392 -06:00] [DBG] [27] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:27:52.392 -06:00] [DBG] [27] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:27:52.392 -06:00] [INF] [27] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:27:52.392 -06:00] [DBG] [27] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:27:52.392 -06:00] [DBG] [25] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:27:52.393 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:27:52.393 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:27:52.393 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:52.393 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:52.393 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:52.393 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:27:52.393 -06:00] [DBG] [25] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 0.9997ms with message 'null'
[2024-07-17 09:27:52.393 -06:00] [DBG] [25] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 1.1635ms
[2024-07-17 09:27:52.393 -06:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:27:52.393 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP8"" completed keep alive response.
[2024-07-17 09:27:52.393 -06:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 1.5555ms
[2024-07-17 09:27:52.395 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301PP8"" received FIN.
[2024-07-17 09:27:52.395 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP8"" disconnecting.
[2024-07-17 09:27:52.395 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP8"" stopped.
[2024-07-17 09:27:52.395 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301PP8"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:27:55.335 -06:00] [DBG] [25] Emby.Server.Implementations.Session.SessionWebSocketListener: Watching 1 WebSockets.
[2024-07-17 09:27:56.628 -06:00] [DBG] [21] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "10.42.1.61" received message: InboundWebSocketMessage`1 { Data: null, MessageType: ScheduledTasksInfoStop, ServerId: null }
[2024-07-17 09:27:56.628 -06:00] [DBG] [21] Jellyfin.Api.WebSocketListeners.ScheduledTasksWebSocketListener: WS "10.42.1.61" stop transmitting to "ScheduledTasksWebSocketListener"
[2024-07-17 09:27:56.642 -06:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/System/Configuration""" - null null
[2024-07-17 09:27:56.642 -06:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/System/Logs""" - null null
[2024-07-17 09:27:56.642 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:56.642 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:56.642 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/System/Configuration" does not match a supported file type
[2024-07-17 09:27:56.642 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/System/Logs" does not match a supported file type
[2024-07-17 09:27:56.642 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:56.643 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:56.643 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:27:56.643 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:27:56.643 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:56.643 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:56.643 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:27:56.643 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:27:56.643 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:27:56.643 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:27:56.644 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:27:56.644 -06:00] [INF] [21] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:27:56.644 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:27:56.644 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:56.644 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:27:56.644 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:56.644 -06:00] [DBG] [21] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:27:56.644 -06:00] [DBG] [21] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:27:56.644 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:56.644 -06:00] [DBG] [21] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:56.644 -06:00] [DBG] [21] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/System/Logs"'
[2024-07-17 09:27:56.644 -06:00] [DBG] [21] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.SystemController.GetServerLogs (Jellyfin.Api)"' with route pattern '"System/Logs"' is valid for the request path '"/System/Logs"'
[2024-07-17 09:27:56.644 -06:00] [DBG] [21] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.SystemController.GetServerLogs (Jellyfin.Api)"'
[2024-07-17 09:27:56.644 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:27:56.644 -06:00] [DBG] [21] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:27:56.644 -06:00] [DBG] [21] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:27:56.644 -06:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("1"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:27:56.644 -06:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetServerLogs (Jellyfin.Api)"'
[2024-07-17 09:27:56.644 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:27:56.644 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:56.644 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:27:56.644 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:56.644 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:27:56.645 -06:00] [DBG] [11] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:27:56.645 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:56.645 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:56.645 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/System/Configuration"'
[2024-07-17 09:27:56.645 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.ConfigurationController.GetConfiguration (Jellyfin.Api)"' with route pattern '"System/Configuration"' is valid for the request path '"/System/Configuration"'
[2024-07-17 09:27:56.645 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.ConfigurationController.GetConfiguration (Jellyfin.Api)"'
[2024-07-17 09:27:56.645 -06:00] [DBG] [11] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:27:56.645 -06:00] [DBG] [11] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:27:56.645 -06:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.ConfigurationController.GetConfiguration (Jellyfin.Api)"'
[2024-07-17 09:27:56.645 -06:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetServerLogs\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.System.LogFile[]] GetServerLogs()" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
[2024-07-17 09:27:56.645 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:27:56.645 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:27:56.645 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:27:56.645 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:27:56.645 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:27:56.645 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api")
[2024-07-17 09:27:56.645 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api")
[2024-07-17 09:27:56.646 -06:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetConfiguration\", controller = \"Configuration\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult`1[MediaBrowser.Model.Configuration.ServerConfiguration] GetConfiguration()" on controller "Jellyfin.Api.Controllers.ConfigurationController" ("Jellyfin.Api").
[2024-07-17 09:27:56.647 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:27:56.647 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:27:56.647 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:27:56.647 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:27:56.647 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:27:56.647 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.ConfigurationController" ("Jellyfin.Api")
[2024-07-17 09:27:56.647 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.ConfigurationController" ("Jellyfin.Api")
[2024-07-17 09:27:56.647 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:27:56.648 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:27:56.648 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:27:56.648 -06:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.Configuration.ServerConfiguration"'.
[2024-07-17 09:27:56.649 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: List of registered output formatters, in the following order: ["Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter", "Jellyfin.Api.Formatters.CamelCaseJsonProfileFormatter", "Microsoft.AspNetCore.Mvc.Formatters.HttpNoContentOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StringOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.StreamOutputFormatter", "Microsoft.AspNetCore.Mvc.Formatters.SystemTextJsonOutputFormatter", "Jellyfin.Api.Formatters.CssOutputFormatter", "Jellyfin.Api.Formatters.XmlOutputFormatter"]
[2024-07-17 09:27:56.649 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Attempting to select an output formatter based on Accept header '["application/json"]' and explicitly specified content types '["application/json", "application/json; profile=\"CamelCase\"", "application/json; profile=\"PascalCase\""]'. The content types in the accept header must be a subset of the explicitly set content types.
[2024-07-17 09:27:56.649 -06:00] [DBG] [21] Microsoft.AspNetCore.Mvc.Infrastructure.DefaultOutputFormatterSelector: Selected output formatter '"Jellyfin.Api.Formatters.PascalCaseJsonProfileFormatter"' and content type '"application/json"' to write the response.
[2024-07-17 09:27:56.649 -06:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor: Executing "ObjectResult", writing value of type '"MediaBrowser.Model.System.LogFile[]"'.
[2024-07-17 09:27:56.651 -06:00] [DBG] [21] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:27:56.651 -06:00] [INF] [21] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.SystemController.GetServerLogs (Jellyfin.Api)" in 5.9619ms
[2024-07-17 09:27:56.651 -06:00] [INF] [21] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.SystemController.GetServerLogs (Jellyfin.Api)"'
[2024-07-17 09:27:56.651 -06:00] [DBG] [21] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301POM"" completed keep alive response.
[2024-07-17 09:27:56.651 -06:00] [INF] [21] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/System/Logs""" - 200 null "application/json; charset=utf-8" 9.5031ms
[2024-07-17 09:27:56.693 -06:00] [DBG] [11] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
[2024-07-17 09:27:56.693 -06:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed action "Jellyfin.Api.Controllers.ConfigurationController.GetConfiguration (Jellyfin.Api)" in 46.1118ms
[2024-07-17 09:27:56.693 -06:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Jellyfin.Api.Controllers.ConfigurationController.GetConfiguration (Jellyfin.Api)"'
[2024-07-17 09:27:56.693 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PON"" completed keep alive response.
[2024-07-17 09:27:56.693 -06:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/System/Configuration""" - 200 null "application/json; charset=utf-8" 51.2886ms
[2024-07-17 09:27:57.418 -06:00] [DBG] [27] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP9"" accepted.
[2024-07-17 09:27:57.418 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP9"" started.
[2024-07-17 09:27:57.418 -06:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - null null
[2024-07-17 09:27:57.418 -06:00] [DBG] [25] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: No response compression available, the Accept-Encoding header is missing or invalid.
[2024-07-17 09:27:57.418 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:57.418 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/health" does not match a supported file type
[2024-07-17 09:27:57.418 -06:00] [DBG] [25] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was not authenticated.
[2024-07-17 09:27:57.418 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:57.418 -06:00] [DBG] [25] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:57.418 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/health"'
[2024-07-17 09:27:57.418 -06:00] [DBG] [25] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Health checks"'
[2024-07-17 09:27:57.418 -06:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Health checks"'
[2024-07-17 09:27:57.418 -06:00] [DBG] [25] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health checks
[2024-07-17 09:27:57.418 -06:00] [DBG] [25] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Running health check "JellyfinDbContext"
[2024-07-17 09:27:57.419 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
[2024-07-17 09:27:57.419 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
[2024-07-17 09:27:57.419 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:57.419 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:57.419 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:57.419 -06:00] [DBG] [25] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:27:57.419 -06:00] [DBG] [25] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check "JellyfinDbContext" with status Healthy completed after 0.4685ms with message 'null'
[2024-07-17 09:27:57.419 -06:00] [DBG] [25] Microsoft.Extensions.Diagnostics.HealthChecks.DefaultHealthCheckService: Health check processing with combined status Healthy completed after 0.6053ms
[2024-07-17 09:27:57.419 -06:00] [INF] [25] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executed endpoint '"Health checks"'
[2024-07-17 09:27:57.419 -06:00] [DBG] [25] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP9"" completed keep alive response.
[2024-07-17 09:27:57.419 -06:00] [INF] [25] Microsoft.AspNetCore.Hosting.Diagnostics: Request finished "HTTP/1.1" "GET" "http"://"127.0.0.1:8096""""/health""" - 200 null "text/plain" 1.0043ms
[2024-07-17 09:27:57.421 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301PP9"" received FIN.
[2024-07-17 09:27:57.421 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP9"" disconnecting.
[2024-07-17 09:27:57.421 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Connections: Connection id ""0HN56EJ301PP9"" stopped.
[2024-07-17 09:27:57.421 -06:00] [DBG] [11] Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets: Connection id ""0HN56EJ301PP9"" sending FIN because: ""The Socket transport's send loop completed gracefully.""
[2024-07-17 09:27:59.789 -06:00] [INF] [11] Microsoft.AspNetCore.Hosting.Diagnostics: Request starting "HTTP/1.1" "GET" "http"://"jellyfin.***********:8096""""/System/Logs/Log""?name=log_20240717.log&api_key=c8f862f604e04b9aa614f9e3d74e8267" - null null
[2024-07-17 09:27:59.789 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:59.789 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "/System/Logs/Log" does not match a supported file type
[2024-07-17 09:27:59.790 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:59.790 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:59.790 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for '"ExecuteReader"'.
[2024-07-17 09:27:59.790 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:27:59.790 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for '"ExecuteReader"' (0ms).
[2024-07-17 09:27:59.790 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:27:59.790 -06:00] [INF] [11] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand ("0"ms) [Parameters=["@__token_0='?' (Size = 32)"], CommandType='Text', CommandTimeout='30']"
""SELECT \"d\".\"Id\", \"d\".\"AccessToken\", \"d\".\"AppName\", \"d\".\"AppVersion\", \"d\".\"DateCreated\", \"d\".\"DateLastActivity\", \"d\".\"DateModified\", \"d\".\"DeviceId\", \"d\".\"DeviceName\", \"d\".\"IsActive\", \"d\".\"UserId\"
FROM \"Devices\" AS \"d\"
WHERE \"d\".\"AccessToken\" = @__token_0
LIMIT 1"
[2024-07-17 09:27:59.791 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.ChangeTracking: Context '"JellyfinDbContext"' started tracking '"Device"' entity. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see key values.
[2024-07-17 09:27:59.791 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:59.791 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Command: A data reader for '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' is being disposed after spending 0ms reading results.
[2024-07-17 09:27:59.791 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"'.
[2024-07-17 09:27:59.791 -06:00] [DBG] [11] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database '"main"' on server '"/config/addons_config/jellyfin/data/data/jellyfin.db"' (0ms).
[2024-07-17 09:27:59.791 -06:00] [DBG] [11] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:27:59.791 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:59.791 -06:00] [DBG] [11] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The request path "" does not match the path filter
[2024-07-17 09:27:59.791 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: 1 candidate(s) found for the request path '"/System/Logs/Log"'
[2024-07-17 09:27:59.791 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.Matching.DfaMatcher: Endpoint '"Jellyfin.Api.Controllers.SystemController.GetLogFile (Jellyfin.Api)"' with route pattern '"System/Logs/Log"' is valid for the request path '"/System/Logs/Log"'
[2024-07-17 09:27:59.791 -06:00] [DBG] [11] Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware: Request matched endpoint '"Jellyfin.Api.Controllers.SystemController.GetLogFile (Jellyfin.Api)"'
[2024-07-17 09:27:59.792 -06:00] [DBG] [11] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was successfully authenticated.
[2024-07-17 09:27:59.792 -06:00] [DBG] [11] Microsoft.AspNetCore.Authorization.DefaultAuthorizationService: Authorization was successful.
[2024-07-17 09:27:59.792 -06:00] [INF] [11] Microsoft.AspNetCore.Routing.EndpointMiddleware: Executing endpoint '"Jellyfin.Api.Controllers.SystemController.GetLogFile (Jellyfin.Api)"'
[2024-07-17 09:27:59.793 -06:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Route matched with "{action = \"GetLogFile\", controller = \"System\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.ActionResult GetLogFile(System.String)" on controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api").
[2024-07-17 09:27:59.793 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "authorization" filters (in the following order): ["None"]
[2024-07-17 09:27:59.793 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "resource" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter"]
[2024-07-17 09:27:59.793 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "action" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ModelBinding.UnsupportedContentTypeFilter (Order: -3000)", "Microsoft.AspNetCore.Mvc.Infrastructure.ModelStateInvalidFilter (Order: -2000)"]
[2024-07-17 09:27:59.793 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "exception" filters (in the following order): ["None"]
[2024-07-17 09:27:59.793 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Execution plan of "result" filters (in the following order): ["Microsoft.AspNetCore.Mvc.ViewFeatures.Filters.SaveTempDataFilter", "Microsoft.AspNetCore.Mvc.Infrastructure.ClientErrorResultFilter (Order: -2000)", "Microsoft.AspNetCore.Mvc.ProducesAttribute (Order: 0)"]
[2024-07-17 09:27:59.793 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executing controller factory for controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api")
[2024-07-17 09:27:59.793 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker: Executed controller factory for controller "Jellyfin.Api.Controllers.SystemController" ("Jellyfin.Api")
[2024-07-17 09:27:59.794 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to bind parameter '"name"' of type '"System.String"' ...
[2024-07-17 09:27:59.794 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Attempting to bind parameter '"name"' of type '"System.String"' using the name '"name"' in request data ...
[2024-07-17 09:27:59.794 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.Binders.SimpleTypeModelBinder: Done attempting to bind parameter '"name"' of type '"System.String"'.
[2024-07-17 09:27:59.794 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to bind parameter '"name"' of type '"System.String"'.
[2024-07-17 09:27:59.794 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Attempting to validate the bound parameter '"name"' of type '"System.String"' ...
[2024-07-17 09:27:59.794 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder: Done attempting to validate the bound parameter '"name"' of type '"System.String"'.
[2024-07-17 09:27:59.795 -06:00] [INF] [11] Microsoft.AspNetCore.Mvc.Infrastructure.FileStreamResultExecutor: Executing "FileStreamResult", sending file with download name '""' ...
[2024-07-17 09:27:59.796 -06:00] [DBG] [11] Microsoft.AspNetCore.Mvc.Infrastructure.FileStreamResultExecutor: The file result has not been enabled for processing range requests. To enable it, set the EnableRangeProcessing property on the result to 'true'.
[2024-07-17 09:27:59.798 -06:00] [DBG] [25] Microsoft.AspNetCore.ResponseCompression.ResponseCompressionProvider: The response will be compressed with '"gzip"'.
